define "RELEASE" in Release builds to make sure Debuggable is set to false

This commit is contained in:
Philipp Crocoll 2013-08-13 21:52:17 +02:00
parent 370c937578
commit 21f38a4eaa

View File

@ -52,6 +52,7 @@
</CustomCommands>
</CustomCommands>
<DeployExternal>True</DeployExternal>
<DefineConstants>RELEASE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU' ">
<DebugType>none</DebugType>