Produce debug output for OpenRA.Game.

This commit is contained in:
RoosterDragon
2014-06-22 16:38:05 +01:00
parent 2e4749680c
commit 927b0499da

View File

@@ -33,6 +33,8 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>..\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>