Allow unsafe codes in Release build.

This commit is contained in:
qianlifeng
2014-10-24 16:48:14 +08:00
parent f399ef8f69
commit a7dfb9cb97
3 changed files with 2 additions and 31 deletions

View File

@@ -31,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">