From e9b3b79a413464bf78c563693cd9330741c834dc Mon Sep 17 00:00:00 2001 From: nomdenom Date: Sat, 8 Sep 2018 15:20:38 -0700 Subject: [PATCH] VS project files: Enable parallel compilation & edit-and-continue (by turning off SafeSEH) (#180) --- Diablo.vcxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Diablo.vcxproj b/Diablo.vcxproj index 6378ca9e0..9dfebcf2d 100644 --- a/Diablo.vcxproj +++ b/Diablo.vcxproj @@ -59,6 +59,7 @@ .\Source/WinRel\ 4996 true + true true @@ -80,22 +81,23 @@ .\Source/WinRel\Diablo.exe DiabloUI/WinRel/DiabloUI.lib;3rdParty/Storm/Source/WinRel/Storm.lib;version.lib;%(AdditionalDependencies) false + false MultiThreadedDebug - Disabled + OnlyExplicitInline Disabled true Level3 - true EditAndContinue WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) .\Source/WinDebug\ .\Source/WinDebug\ .\Source/WinDebug\ 4996 + true true @@ -118,6 +120,7 @@ .\Source/WinDebug\Diablo.exe DiabloUI/WinDebug/DiabloUI.lib;3rdParty/Storm/Source/WinDebug/Storm.lib;version.lib;%(AdditionalDependencies) false + false @@ -287,4 +290,4 @@ - + \ No newline at end of file