summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-01-25 15:45:02 +0100
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 13:35:13 +0900
commit8798a029459ddcdf13da4bbfb13832b5d310b720 (patch)
treecdf09e4846d8cee54cada8693f4dea9e93262828
parent1de6d5584b42e7afbdf128875b298011c2a4f9a2 (diff)
downloadxamarin-forms-8798a029459ddcdf13da4bbfb13832b5d310b720.tar.gz
xamarin-forms-8798a029459ddcdf13da4bbfb13832b5d310b720.tar.bz2
xamarin-forms-8798a029459ddcdf13da4bbfb13832b5d310b720.zip
[Xaml] passing test for bz42531
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
index 4da23360..ed9b3d1d 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -445,6 +445,9 @@
<Compile Include="Issues\Bz53275.xaml.cs">
<DependentUpon>Bz53275.xaml</DependentUpon>
</Compile>
+ <Compile Include="Issues\Bz42531.xaml.cs">
+ <DependentUpon>Bz42531.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -811,6 +814,9 @@
<EmbeddedResource Include="Issues\Bz53275.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="Issues\Bz42531.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />