From ae8d48d365a1c42fd03bdae5b93f825da0cbaa38 Mon Sep 17 00:00:00 2001 From: Rafael Cossovan Date: Tue, 6 Jun 2017 15:52:07 -0300 Subject: [PATCH] Remove MSVC run-time dependencies (Microsoft Visual C++ 2017 Redistributable). --- wufuc/wufuc.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wufuc/wufuc.vcxproj b/wufuc/wufuc.vcxproj index 42c9744..6896505 100644 --- a/wufuc/wufuc.vcxproj +++ b/wufuc/wufuc.vcxproj @@ -135,6 +135,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded Windows @@ -157,6 +158,7 @@ true true NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded Windows