From b7251aa6f9315a8873aa4bbaa9ee147c6ee18e7b Mon Sep 17 00:00:00 2001 From: kingces95 Date: Wed, 6 Apr 2016 10:32:29 -0700 Subject: Warnings as Errors in product projects --- .../Xamarin.Forms.Maps.WinRT.Tablet.csproj | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'Xamarin.Forms.Maps.WinRT.Tablet') diff --git a/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj b/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj index 8251abb0..78678deb 100644 --- a/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj +++ b/Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj @@ -25,6 +25,8 @@ DEBUG;TRACE;NETFX_CORE;WINDOWS_APP prompt 4 + 2008;4014 + true pdbonly @@ -33,72 +35,80 @@ TRACE;NETFX_CORE;WINDOWS_APP prompt 4 + 2008;4014 + true true bin\ARM\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_APP - ;2008 + 2008;4014 full ARM false prompt true + true bin\ARM\Release\ TRACE;NETFX_CORE;WINDOWS_APP true - ;2008 + 2008;4014 pdbonly ARM false prompt true + true true bin\x64\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_APP - ;2008 + 2008;4014 full x64 false prompt true + true bin\x64\Release\ TRACE;NETFX_CORE;WINDOWS_APP true - ;2008 + 2008;4014 pdbonly x64 false prompt true + true true bin\x86\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_APP - ;2008 + 2008;4014 full x86 false prompt true + true bin\x86\Release\ TRACE;NETFX_CORE;WINDOWS_APP true - ;2008 + 2008;4014 pdbonly x86 false prompt true + true -- cgit v1.2.3