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>2016-12-02 00:04:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-02 00:04:12 +0300
commit36d414542691e3903a43f92c1215e3c2efeb9ffe (patch)
treea23d022827d83be2547acb657c51e01fa6845232 /mcs/class/System.Web.Services
parentf3bbd799f0a6b809be3278f30a3a16fd7b323ef5 (diff)
[msvc] Update csproj files (#4074)
Diffstat (limited to 'mcs/class/System.Web.Services')
-rw-r--r--mcs/class/System.Web.Services/System.Web.Services-net_4_x.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/System.Web.Services/System.Web.Services-net_4_x.csproj b/mcs/class/System.Web.Services/System.Web.Services-net_4_x.csproj
index 1dd86dcc113..11077288f30 100644
--- a/mcs/class/System.Web.Services/System.Web.Services-net_4_x.csproj
+++ b/mcs/class/System.Web.Services/System.Web.Services-net_4_x.csproj
@@ -8,7 +8,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E43ADBA7-5DB9-466B-90C6-FFFDA520848D}</ProjectGuid>
<OutputType>Library</OutputType>
- <NoWarn>1699,168,169,219,414,612,649</NoWarn>
+ <NoWarn>1699,168,612,618,649</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>1699,168,169,219,414,612,649</NoWarn>
+ <NoWarn>1699,168,612,618,649</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;MONO_BROKEN_CONFIGURATION_DLL</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -35,7 +35,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
- <NoWarn>1699,168,169,219,414,612,649</NoWarn>
+ <NoWarn>1699,168,612,618,649</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;MONO_BROKEN_CONFIGURATION_DLL</DefineConstants>
<ErrorReport>prompt</ErrorReport>