summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-01 22:14:22 +0100
committerGitHub <noreply@github.com>2016-12-01 22:14:22 +0100
commit3d85653f270854b4aab82e45e6e58afb760feb85 (patch)
tree7ca0bc75cdc5f6e7a0ca48e6f443c136083ad014 /Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
parent70d29b9e924b3185f4b1de188ba799b26a14b108 (diff)
downloadxamarin-forms-3d85653f270854b4aab82e45e6e58afb760feb85.tar.gz
xamarin-forms-3d85653f270854b4aab82e45e6e58afb760feb85.tar.bz2
xamarin-forms-3d85653f270854b4aab82e45e6e58afb760feb85.zip
[XamlC] assigned derived type to generic BP (#566)
* [XamlC] assigned derived type to generic BP * [XamlC] fix 48554 * f
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj12
1 files changed, 12 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 d4b65438..3708d1f1 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -379,6 +379,12 @@
<Compile Include="Issues\Bz47950.xaml.cs">
<DependentUpon>Bz47950.xaml</DependentUpon>
</Compile>
+ <Compile Include="Issues\Unreported006.xaml.cs">
+ <DependentUpon>Unreported006.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Issues\Bz48554.xaml.cs">
+ <DependentUpon>Bz48554.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -679,6 +685,12 @@
<EmbeddedResource Include="Issues\Bz47950.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="Issues\Unreported006.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Issues\Bz48554.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />