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:
authorMiguel de Icaza <miguel@gnome.org>2011-02-13 00:30:18 +0300
committerMiguel de Icaza <miguel@gnome.org>2011-02-13 00:30:28 +0300
commit7bcc94629da492cc51c94fd319296768ce0ec7ee (patch)
treef3c5fbd5ac53391835baa50419337a3d11a3aa8d /msvc/scripts/csproj.tmpl
parent31dd8c91bebedbd8b9b202e4d37cca572f336107 (diff)
Pass warnings
Diffstat (limited to 'msvc/scripts/csproj.tmpl')
-rw-r--r--msvc/scripts/csproj.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/scripts/csproj.tmpl b/msvc/scripts/csproj.tmpl
index 35c0502d4fd..e10ce052a0f 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -7,6 +7,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
<OutputType>Library</OutputType>
+ <NoWarn>@DISABLEDWARNINGS@</NoWarn>
<OutputPath>@OUTPUTDIR@</OutputPath>
<DefineConstants>@DEFINECONSTANTS@</DefineConstants>
@NOSTDLIB@
@@ -22,6 +23,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>@DEBUG@</DebugSymbols>
<DebugType>@DEBUGTYPE@</DebugType>
+ <NoWarn>@DISABLEDWARNINGS@</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>@DEFINECONSTANTS@</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -29,6 +31,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
+ <NoWarn>@DISABLEDWARNINGS@</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>@DEFINECONSTANTS@</DefineConstants>
<ErrorReport>prompt</ErrorReport>