define "RELEASE" in Release builds to make sure Debuggable is set to false
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
</CustomCommands>
|
||||
</CustomCommands>
|
||||
<DeployExternal>True</DeployExternal>
|
||||
<DefineConstants>RELEASE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
|
Reference in New Issue
Block a user