From 1f647bee7072c54bdfce2fb39144d64b3fc5c10b Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Fri, 12 May 2017 10:40:37 -0700 Subject: [PATCH] Updated Visual Studio Project - all variants now use the shared msvc runtime, to match the latest software, which also uses the shared msvc runtime. Previous releases statically linked this. --- Visual Studio/SimpleSerialAnalyzer.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Visual Studio/SimpleSerialAnalyzer.vcxproj b/Visual Studio/SimpleSerialAnalyzer.vcxproj index b4a7119..f7ffdd9 100644 --- a/Visual Studio/SimpleSerialAnalyzer.vcxproj +++ b/Visual Studio/SimpleSerialAnalyzer.vcxproj @@ -89,7 +89,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;SIMPLESERIALANALYZER_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 EditAndContinue @@ -108,7 +108,7 @@ $(ProjectDir)..\AnalyzerSDK\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;SIMPLESERIALANALYZER_EXPORTS;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 @@ -127,7 +127,7 @@ true $(ProjectDir)..\AnalyzerSDK\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;SIMPLESERIALANALYZER_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true Level3 @@ -149,7 +149,7 @@ true $(ProjectDir)..\AnalyzerSDK\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;SIMPLESERIALANALYZER_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true