disable PDB generation in release build.

This commit is contained in:
morkt
2014-08-01 19:49:00 +04:00
parent d15addd44f
commit 3ba8c6d237
3 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>