diff options
author | Rui Marinho <me@ruimarinho.net> | 2017-03-09 19:19:44 +0000 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-04-24 13:33:53 +0900 |
commit | 00fa53f368ce7ff9855a5ab8f476cdd14a620f81 (patch) | |
tree | 446260f438b9cf09c48fa5e74aa2e1d17f3b8cca | |
parent | fc778eb9789f50634d48fb9ad127f211b3fcfcc7 (diff) | |
download | xamarin-forms-00fa53f368ce7ff9855a5ab8f476cdd14a620f81.tar.gz xamarin-forms-00fa53f368ce7ff9855a5ab8f476cdd14a620f81.tar.bz2 xamarin-forms-00fa53f368ce7ff9855a5ab8f476cdd14a620f81.zip |
Fix build
-rw-r--r-- | Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj index a2c9d496..18ef96da 100644 --- a/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj +++ b/Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj @@ -415,37 +415,12 @@ <Compile Include="Issues\Bz51567.xaml.cs"> <DependentUpon>Bz51567.xaml</DependentUpon> </Compile> - <Compile Include="Issues\Bz42531.xaml.cs"> - <DependentUpon>Bz42531.xaml</DependentUpon> - </Compile> - <Compile Include="Issues\Bz45299.xaml.cs"> - <DependentUpon>Bz45299.xaml</DependentUpon> - </Compile> - <Compile Include="Issues\Bz43733.xaml.cs"> - <DependentUpon>Bz43733.xaml</DependentUpon> - </Compile> - <Compile Include="Issues\Bz44213.xaml.cs"> - <DependentUpon>Bz44213.xaml</DependentUpon> - </Compile> <Compile Include="DefaultCtorRouting.xaml.cs"> <DependentUpon>DefaultCtorRouting.xaml</DependentUpon> </Compile> <Compile Include="DefaultCtorRouting2.xaml.cs"> <DependentUpon>DefaultCtorRouting2.xaml</DependentUpon> </Compile> - <Compile Include="Issues\Bz43694.xaml.cs"> - <DependentUpon>Bz43694.xaml</DependentUpon> - </Compile> - <Compile Include="Issues\Bz45891.xaml.cs"> - <DependentUpon>Bz45891.xaml</DependentUpon> - </Compile> - <Compile Include="Issues\Bz44216.xaml.cs"> - <DependentUpon>Bz44216.xaml</DependentUpon> - <DependentUpon>AcceptEmptyServiceProvider.xaml</DependentUpon> - </Compile> - <Compile Include="AcceptEmptyServiceProvider.xaml.cs"> - <DependentUpon>AcceptEmptyServiceProvider.xaml</DependentUpon> - </Compile> <Compile Include="Issues\Unreported009.xaml.cs"> <DependentUpon>Unreported009.xaml</DependentUpon> </Compile> @@ -809,36 +784,12 @@ <EmbeddedResource Include="Issues\Bz51567.xaml"> <Generator>MSBuild:UpdateDesignTimeXaml</Generator> </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz42531.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz45299.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz43733.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz44213.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> <EmbeddedResource Include="DefaultCtorRouting.xaml"> <Generator>MSBuild:UpdateDesignTimeXaml</Generator> </EmbeddedResource> <EmbeddedResource Include="DefaultCtorRouting2.xaml"> <Generator>MSBuild:UpdateDesignTimeXaml</Generator> </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz43694.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz45891.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> - <EmbeddedResource Include="Issues\Bz44216.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> - <EmbeddedResource Include="AcceptEmptyServiceProvider.xaml"> - <Generator>MSBuild:UpdateDesignTimeXaml</Generator> - </EmbeddedResource> <EmbeddedResource Include="Issues\Unreported009.xaml"> <Generator>MSBuild:UpdateDesignTimeXaml</Generator> </EmbeddedResource> |