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:
authorJoão Matos <joao@tritao.eu>2015-09-14 01:58:39 +0300
committerJoão Matos <joao@tritao.eu>2015-09-14 01:58:39 +0300
commit26fa5fd9e8333bbdbb54ef6a884236fc726ba374 (patch)
tree8feca913b4ed312731f99b16d715118e3920ccbb /msvc/scripts/csproj.tmpl
parentaab9e03e70f7f3b79d03eb353ff487a0187bcc78 (diff)
[genproj] Do not define DEBUG in debug mode since it breaks reference sources.
Diffstat (limited to 'msvc/scripts/csproj.tmpl')
-rw-r--r--msvc/scripts/csproj.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/csproj.tmpl b/msvc/scripts/csproj.tmpl
index 872748e7f47..16fab9278c9 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -25,7 +25,7 @@
<DebugType>full</DebugType>
<NoWarn>@DISABLEDWARNINGS@</NoWarn>
<Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;@DEFINECONSTANTS@</DefineConstants>
+ <DefineConstants>TRACE;@DEFINECONSTANTS@</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>