summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-08-16 20:33:44 +0200
committerJason Smith <jason.smith@xamarin.com>2016-08-16 11:33:44 -0700
commit4226f5b386a83dc9eb2f0c06f4920ac1be19e036 (patch)
treea1e0e9ac88967d31d52750e4082d29695079f4a8 /Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
parent3ca06ea14603abded9c15287865a51a3add4e436 (diff)
downloadxamarin-forms-4226f5b386a83dc9eb2f0c06f4920ac1be19e036.tar.gz
xamarin-forms-4226f5b386a83dc9eb2f0c06f4920ac1be19e036.tar.bz2
xamarin-forms-4226f5b386a83dc9eb2f0c06f4920ac1be19e036.zip
[Xaml] Clone node tree on DT, allow markup to be evaluated multiple times (#295)
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 577b68bb..4f67feb1 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -353,6 +353,9 @@
<Compile Include="SetValue.xaml.cs">
<DependentUpon>SetValue.xaml</DependentUpon>
</Compile>
+ <Compile Include="TypeExtension.xaml.cs">
+ <DependentUpon>TypeExtension.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -629,6 +632,9 @@
<EmbeddedResource Include="SetValue.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="TypeExtension.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />