diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj
index b2e993c..c8774f1 100644
--- a/win32/SciLexer.vcxproj
+++ b/win32/SciLexer.vcxproj
@@ -88,6 +88,7 @@
_DEBUG;%(PreprocessorDefinitions)
stdcpp17
+ MultiThreadedDebug
Default
@@ -97,6 +98,7 @@
_DEBUG;%(PreprocessorDefinitions)
stdcpp17
+ MultiThreadedDebug
Default
@@ -117,6 +119,7 @@
true
NDEBUG;%(PreprocessorDefinitions)
stdcpp17
+ MultiThreaded
true
@@ -129,6 +132,7 @@
true
NDEBUG;%(PreprocessorDefinitions)
stdcpp17
+ MultiThreaded
true
--