From 2cad193fc58279cf8fde0ca858db1101b6213e69 Mon Sep 17 00:00:00 2001 From: lateralusX Date: Thu, 2 Jun 2016 12:55:41 +0200 Subject: Added support to select static or dynamic c-runtime based on user property. All projects will inherit the RuntimeLibrary from mono.props where it now can be controlled using a user property, MONO_USE_STATIC_C_RUNTIME. --- msvc/profiler-vtune.vcxproj | 4 ---- 1 file changed, 4 deletions(-) (limited to 'msvc/profiler-vtune.vcxproj') diff --git a/msvc/profiler-vtune.vcxproj b/msvc/profiler-vtune.vcxproj index b3d0165ad26..73c0b52f247 100644 --- a/msvc/profiler-vtune.vcxproj +++ b/msvc/profiler-vtune.vcxproj @@ -89,7 +89,6 @@ MaxSpeed true WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDLL true @@ -117,7 +116,6 @@ MaxSpeed true WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDLL true @@ -146,7 +144,6 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL Level3 @@ -171,7 +168,6 @@ $(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_LIBGC_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_EGLIB_SOURCE_DIR);$(VTUNE_INCLUDE_DIR);%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebugDLL Level3 -- cgit v1.2.3