summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-04-18 18:25:20 +0200
committerRui Marinho <me@ruimarinho.net>2016-04-18 17:25:20 +0100
commit4d279db34812891975aa0e8d73e3d5dd970a692c (patch)
tree7020cb7a12f20f36bd83dd65c902128b831dc139 /Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
parent7dcdfb60a9cf0a13fdbb07973f9049e64f91f311 (diff)
downloadxamarin-forms-4d279db34812891975aa0e8d73e3d5dd970a692c.tar.gz
xamarin-forms-4d279db34812891975aa0e8d73e3d5dd970a692c.tar.bz2
xamarin-forms-4d279db34812891975aa0e8d73e3d5dd970a692c.zip
[C] Allow Multiple Shared RD. (#103)
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj')
-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 54433f56..9c4ba829 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -341,6 +341,9 @@
<Compile Include="TestSharedResourceDictionary.xaml.cs">
<DependentUpon>TestSharedResourceDictionary.xaml</DependentUpon>
</Compile>
+ <Compile Include="SharedResourceDictionary2.xaml.cs">
+ <DependentUpon>SharedResourceDictionary2.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -608,6 +611,9 @@
<EmbeddedResource Include="TestSharedResourceDictionary.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="SharedResourceDictionary2.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />