Now that all handles are properly sized, no longer need to restrict to 32-bit mode.

This commit is contained in:
antiduh
2014-06-24 22:35:23 +00:00
parent 4f98c9467e
commit d2ca5fa81b

View File

@@ -21,7 +21,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>true</Prefer32Bit>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>