summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj')
-rw-r--r--Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj b/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj
index 3b4e32c5..31986952 100644
--- a/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj
+++ b/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj
@@ -26,6 +26,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -34,6 +35,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Compile Include="Xamarin.Forms.Platform.cs" />