summaryrefslogtreecommitdiffstats
path: root/Examples/main
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/main')
-rw-r--r--Examples/main/main.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/main/main.vcxproj b/Examples/main/main.vcxproj
index 3faf3b9..133af6b 100644
--- a/Examples/main/main.vcxproj
+++ b/Examples/main/main.vcxproj
@@ -65,6 +65,7 @@
<PreprocessorDefinitions>NOMINMAX;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>