summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-04-11 19:22:14 -0600
committerJason Smith <jason.smith@xamarin.com>2016-04-11 18:22:14 -0700
commit0a20bdaa3c373ec303c9a94ae45ecaa144996ba5 (patch)
treec4f2f38a34170800a8ae60da0e08f4546562fe14 /Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
parent90d8976cfdadc1582e366c0b6f6611d6fe83f5ff (diff)
downloadxamarin-forms-0a20bdaa3c373ec303c9a94ae45ecaa144996ba5.tar.gz
xamarin-forms-0a20bdaa3c373ec303c9a94ae45ecaa144996ba5.tar.bz2
xamarin-forms-0a20bdaa3c373ec303c9a94ae45ecaa144996ba5.zip
Fix warnings 0219 and 0618 in WP8 Platform (#63)
* Fix warnings 0219 and 0618 in WP8 Platform Remove suppression of warnings 0219 and 0618 in WP8 Platform * Remove pragma for 0618 and use Platform.GetRenderer * All warnings as errors in Release configuration
Diffstat (limited to 'Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj')
-rw-r--r--Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
index 6036a1af..62c4918f 100644
--- a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
+++ b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
@@ -32,7 +32,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <NoWarn>0219</NoWarn>
+ <NoWarn>
+ </NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -44,7 +45,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <NoWarn>0114;4014;0219;0067</NoWarn>
+ <NoWarn>
+ </NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>