Make sure prefer 32-bit is set for now. Not 64-bit safe, because I'm bad at credential handle sizes..

This commit is contained in:
antiduh
2014-06-24 01:24:42 +00:00
parent 6f5834c716
commit 19f2e71e9c
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -17,7 +17,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal