Browse Source

-added unsafe acceptance in release mode to project file

Anton 11 years ago
parent
commit
3377698459
1 changed files with 1 additions and 0 deletions
  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>