Allow unsafe code when compiling as release

This commit is contained in:
Evan Dixon 2017-07-17 18:52:09 -05:00
parent b8f3350e96
commit b630e0effd

View File

@ -8,6 +8,10 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|AnyCPU'">
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
</ItemGroup>