From 06e32d906302401e47ff46c1fcbb5be96643245d Mon Sep 17 00:00:00 2001 From: freedom Date: Thu, 12 Oct 2023 01:47:44 -0600 Subject: [PATCH] possibly solves #34, check again later --- progmgr/progmgr.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/progmgr/progmgr.vcxproj b/progmgr/progmgr.vcxproj index 8919e2b..273316d 100644 --- a/progmgr/progmgr.vcxproj +++ b/progmgr/progmgr.vcxproj @@ -96,6 +96,7 @@ true WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreadedDebug Windows @@ -116,6 +117,7 @@ true WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreaded Windows @@ -133,6 +135,7 @@ true _DEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreadedDebug Windows @@ -153,6 +156,7 @@ true NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreaded Windows