Fix unhandled exception

This commit is contained in:
bao-qian
2015-11-11 00:33:33 +00:00
parent c456ef9118
commit e6f19a4abf
3 changed files with 2 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Output\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;RELEASE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>