Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2017-01-17 21:17:57 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-17 21:17:57 +0300
commit28ec46d6e215ee8710301cddfd9186ab4562e5be (patch)
treecfe18f2d75bc67f4fc8147eb04e09805eaa41303 /mcs/class/monodoc
parent03c4efe204275ccaf19248c9a3624d1b0b6add3c (diff)
[msvc] Update csproj files (#4254)
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/monodoc-net_4_x.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/monodoc/monodoc-net_4_x.csproj b/mcs/class/monodoc/monodoc-net_4_x.csproj
index 1648eb49316..12a4466000e 100644
--- a/mcs/class/monodoc/monodoc-net_4_x.csproj
+++ b/mcs/class/monodoc/monodoc-net_4_x.csproj
@@ -8,7 +8,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0248869F-8D3B-4AB2-B976-B2A9AF1319A9}</ProjectGuid>
<OutputType>Library</OutputType>
- <NoWarn>618,612,672,809,1699,169,164,162,168,219,618,612</NoWarn>
+ <NoWarn>618,612,672,809,414,649,1699,169,164,162,168,219,618,612</NoWarn>
<OutputPath>./../../class/lib/net_4_x</OutputPath>
<IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
@@ -27,7 +27,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <NoWarn>618,612,672,809,1699,169,164,162,168,219,618,612</NoWarn>
+ <NoWarn>618,612,672,809,414,649,1699,169,164,162,168,219,618,612</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>TRACE;LEGACY_MODE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -35,7 +35,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
- <NoWarn>618,612,672,809,1699,169,164,162,168,219,618,612</NoWarn>
+ <NoWarn>618,612,672,809,414,649,1699,169,164,162,168,219,618,612</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>LEGACY_MODE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
<ErrorReport>prompt</ErrorReport>