summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-07-21 20:59:40 +0200
committerJason Smith <jason.smith@xamarin.com>2016-07-21 11:59:40 -0700
commit2590d913f7c69f1be60c2c5ac7fb60d0ec8732ed (patch)
tree981c141f8503ecf27531bc94ace0a64dad6e344d /Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
parenta80d5c0de704837588138966be1b38a89ed24be9 (diff)
downloadxamarin-forms-2590d913f7c69f1be60c2c5ac7fb60d0ec8732ed.tar.gz
xamarin-forms-2590d913f7c69f1be60c2c5ac7fb60d0ec8732ed.tar.bz2
xamarin-forms-2590d913f7c69f1be60c2c5ac7fb60d0ec8732ed.zip
[XamlC] Fix the getter of getters (#263)
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 cd22258c..cf473ff8 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
+++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj
@@ -350,6 +350,9 @@
<Compile Include="XamlLoaderGetXamlForTypeTests.xaml.cs">
<DependentUpon>XamlLoaderGetXamlForTypeTests.xaml</DependentUpon>
</Compile>
+ <Compile Include="Issues\Unreported004.xaml.cs">
+ <DependentUpon>Unreported004.xaml</DependentUpon>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" />
@@ -623,6 +626,9 @@
<EmbeddedResource Include="XamlLoaderGetXamlForTypeTests.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
+ <EmbeddedResource Include="Issues\Unreported004.xaml">
+ <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />