Merge pull request #5713 from RoosterDragon/game-project-config

Fix debug info regression from #5673
This commit is contained in:
Matthias Mailänder
2014-06-22 17:55:03 +02:00

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>