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:10:11 +0100
committerGitHub <noreply@github.com>2016-12-01 22:10:11 +0100
commit70d29b9e924b3185f4b1de188ba799b26a14b108 (patch)
tree0c3713990264a2f588935ebd1d041b725f262f27 /Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
parent26d5b2b803d77f46bc1dacd716f86bfd23da7eb8 (diff)
downloadxamarin-forms-70d29b9e924b3185f4b1de188ba799b26a14b108.tar.gz
xamarin-forms-70d29b9e924b3185f4b1de188ba799b26a14b108.tar.bz2
xamarin-forms-70d29b9e924b3185f4b1de188ba799b26a14b108.zip
[XamlC] support non-generic IMarkup on ABPs (#562)
* [XamlC] support custom markups on ABPs * [XamlC] test for 47950
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 50b7d9bf..d4b65438 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -373,6 +373,12 @@
<Compile Include="BindingsCompiler.xaml.cs">
<DependentUpon>BindingsCompiler.xaml</DependentUpon>
</Compile>
+ <Compile Include="Issues\Unreported005.xaml.cs">
+ <DependentUpon>Unreported005.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Issues\Bz47950.xaml.cs">
+ <DependentUpon>Bz47950.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -667,6 +673,12 @@
<EmbeddedResource Include="BindingsCompiler.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="Issues\Unreported005.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Issues\Bz47950.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />