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-12-08 19:47:35 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-12-08 19:47:35 +0300
commit2b90049bcce708d313e6e6462df47e21aff155ca (patch)
treeaaa35cc489470488b2849994cd98eab6300891e0 /mcs/class/Mono.Profiler.Log
parent7758f54dcf8681c85e34c76b35e437fdc51ec285 (diff)
[msvc] Update csproj files (#6206)
Diffstat (limited to 'mcs/class/Mono.Profiler.Log')
-rw-r--r--mcs/class/Mono.Profiler.Log/Mono.Profiler.Log-net_4_x.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log-net_4_x.csproj b/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log-net_4_x.csproj
index 3e8e16f0cea..d2a6bf7ffda 100644
--- a/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log-net_4_x.csproj
+++ b/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log-net_4_x.csproj
@@ -8,7 +8,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{58A188CE-DED8-48B0-98B7-065A260D21DF}</ProjectGuid>
<OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
+ <NoWarn>1699,618</NoWarn>
<LangVersion>latest</LangVersion>
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
@@ -32,7 +32,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
+ <NoWarn>1699,618</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
+ <NoWarn>1699,618</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
<ErrorReport>prompt</ErrorReport>