From 9be957353393b1716c0597b402f4859c53ea6269 Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Mon, 11 Dec 2017 14:57:19 +0200 Subject: EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties --- visual/VS2010/fullbench-dll/fullbench-dll.vcxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'visual/VS2010/fullbench-dll/fullbench-dll.vcxproj') diff --git a/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj b/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj index c10552af..8f503f56 100644 --- a/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj +++ b/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -109,6 +110,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -128,6 +130,7 @@ WIN32;NDEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -150,6 +153,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console -- cgit v1.2.3