浏览代码

-added unsafe acceptance in release mode to project file

Anton 11 年之前
父节点
当前提交
3377698459
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bbiwarg/bbiwarg.csproj

+ 1 - 0
bbiwarg/bbiwarg.csproj

@@ -31,6 +31,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup>
     <StartupObject>bbiwarg.Main.OutputTest</StartupObject>