summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-02-03 14:47:23 +0100
committerKonstantin <const@const.me>2023-02-03 14:47:23 +0100
commit671ca710ad3f0d3a64af7b84af1025e2a0b68296 (patch)
tree8f46e5082ad2d77ea00bf1e7f29333911b917173
parent348c0ad9530e5f4ccfc229a1586bbfc1021705f2 (diff)
C++ console example, static link to C++ runtime
-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>