fix x64 config in vcxproj

This commit is contained in:
bnnm
2023-01-15 12:38:07 +01:00
committed by Alex Barney
parent 9ca64bf320
commit 7406e447c0

View File

@@ -121,6 +121,9 @@
<ConformanceMode>true</ConformanceMode>
<CompileAs>CompileAsC</CompileAs>
<PreprocessorDefinitions>_WINDLL;COMPILING_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>