Define COMPAT7 in Release mode too, to copy the DLL over to UI

This commit is contained in:
Stephan
2016-11-30 11:59:55 +01:00
parent e29f8bedb5
commit 6313a65824

View File

@@ -26,7 +26,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;COMPAT7</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>