summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Pages
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-09-07 11:32:52 +0200
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:30:39 +0900
commit0c4cc17e83c4aa1236047632656020bc982a066e (patch)
tree7e73730d2caf21486671ddb1d63232583312ef29 /Xamarin.Forms.Pages
parent3da4c869696d5c917e24c444ea938127266f0509 (diff)
downloadxamarin-forms-0c4cc17e83c4aa1236047632656020bc982a066e.tar.gz
xamarin-forms-0c4cc17e83c4aa1236047632656020bc982a066e.tar.bz2
xamarin-forms-0c4cc17e83c4aa1236047632656020bc982a066e.zip
disable targets validation for Pages
Diffstat (limited to 'Xamarin.Forms.Pages')
-rw-r--r--Xamarin.Forms.Pages/Xamarin.Forms.Pages.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.Pages/Xamarin.Forms.Pages.csproj b/Xamarin.Forms.Pages/Xamarin.Forms.Pages.csproj
index 61dadbf9..3eceb9e9 100644
--- a/Xamarin.Forms.Pages/Xamarin.Forms.Pages.csproj
+++ b/Xamarin.Forms.Pages/Xamarin.Forms.Pages.csproj
@@ -17,6 +17,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
+ <XFDisableTargetsValidation>True</XFDisableTargetsValidation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -105,4 +106,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>