[genproj] Do not define DEBUG in debug mode since it breaks reference sources.
authorJoão Matos <joao@tritao.eu>
Sun, 13 Sep 2015 22:58:39 +0000 (23:58 +0100)
committerJoão Matos <joao@tritao.eu>
Sun, 13 Sep 2015 22:58:39 +0000 (23:58 +0100)
msvc/scripts/csproj.tmpl

index 872748e7f476b3e8b1fcd378b222d1a95d5828aa..16fab9278c9f10c81333841b7e59a80e61542c83 100644 (file)
@@ -25,7 +25,7 @@
     <DebugType>full</DebugType>\r
     <NoWarn>@DISABLEDWARNINGS@</NoWarn>\r
     <Optimize>false</Optimize>\r
-    <DefineConstants>DEBUG;TRACE;@DEFINECONSTANTS@</DefineConstants>\r
+    <DefineConstants>TRACE;@DEFINECONSTANTS@</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
   </PropertyGroup>\r