aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2016-07-15 11:14:37 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2016-07-15 10:48:21 +0000
commitcc3e4cb8138b347b277276dfe72a99b1a9f97635 (patch)
tree65feb17a9bfc3a60eb46dd6a2b9fc2d90f061406 /src/qtprojectlib/QtProjectLib.csproj
parent94a29489b757086d1d7a7b3dd076658f30ecbaeb (diff)
Move our defines into the .targets file as well
Change-Id: Ib1a5d7d77474c43cd2b253f2d9e71940f0c342ac Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtProjectLib.csproj')
-rw-r--r--src/qtprojectlib/QtProjectLib.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qtprojectlib/QtProjectLib.csproj b/src/qtprojectlib/QtProjectLib.csproj
index 79b6e597..3936fc32 100644
--- a/src/qtprojectlib/QtProjectLib.csproj
+++ b/src/qtprojectlib/QtProjectLib.csproj
@@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;VS2013</DefineConstants>
+ <DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -27,7 +27,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;VS2013</DefineConstants>
+ <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>