summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-23 08:56:29 +0200
committerJason Smith <jason.smith@xamarin.com>2016-09-22 23:56:29 -0700
commit1076e735697d393c7b10654f8dc7d9a91c7c13e1 (patch)
treed16e5bba69c4c982c3a0f94d00bb509107bf4574 /Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
parent74cb5c4a97dcb123eb471f6b1dffa1267d0305aa (diff)
downloadxamarin-forms-1076e735697d393c7b10654f8dc7d9a91c7c13e1.tar.gz
xamarin-forms-1076e735697d393c7b10654f8dc7d9a91c7c13e1.tar.bz2
xamarin-forms-1076e735697d393c7b10654f8dc7d9a91c7c13e1.zip
[XamlC] supports enum and consts in x:Static (#369)
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
index 16f54e88..b2f5e0ac 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -96,7 +96,6 @@
<Compile Include="MarkupExtensionTests.cs" />
<Compile Include="NameScopeTests.cs" />
<Compile Include="OnPlatformTests.cs" />
- <Compile Include="StaticExtensionTests.cs" />
<Compile Include="NullExtensionTests.cs" />
<Compile Include="TypeExtensionTests.cs" />
<Compile Include="FactoryMethodTests.cs" />
@@ -366,6 +365,9 @@
<DependentUpon>NativeViewsAndBindings.xaml</DependentUpon>
</Compile>
<Compile Include="MockCompiler.cs" />
+ <Compile Include="XStaticException.xaml.cs">
+ <DependentUpon>XStaticException.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -648,6 +650,9 @@
<EmbeddedResource Include="NativeViewsAndBindings.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="XStaticException.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />