summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj
diff options
context:
space:
mode:
authorkingces95 <kingces95@users.noreply.github.com>2016-04-13 09:15:21 -0700
committerRui Marinho <me@ruimarinho.net>2016-04-13 17:15:21 +0100
commit5809eb5d4e7cd5f596ed7ad0c0265605b9c9600e (patch)
tree85e92cd250eac4ad53a393d46e348d5ef71c5c1d /Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj
parent5569e3072d98c437a8f0cc91ef7479051136217f (diff)
downloadxamarin-forms-5809eb5d4e7cd5f596ed7ad0c0265605b9c9600e.tar.gz
xamarin-forms-5809eb5d4e7cd5f596ed7ad0c0265605b9c9600e.tar.bz2
xamarin-forms-5809eb5d4e7cd5f596ed7ad0c0265605b9c9600e.zip
Maps.WP8 warning as error mop up (#79)
Diffstat (limited to 'Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj')
-rw-r--r--Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj b/Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj
index fcf0c31d..332e9c72 100644
--- a/Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj
+++ b/Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj
@@ -32,7 +32,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <NoWarn>0252</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>0252</NoWarn>
+ <NoWarn>
+ </NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@@ -106,7 +108,8 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <NoWarn>0252</NoWarn>
+ <NoWarn>
+ </NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|x86'">
<DebugSymbols>true</DebugSymbols>