summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-15 11:14:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-15 11:14:06 +0200
commit5339696ee2ae855a5c6f9ff3da0358eb75bca433 (patch)
tree47724f76d4b2076160bef42f5368aab85e81c53d /dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj
parent31cfdb95326e564fb2efd77e01f53e52cf4a09c3 (diff)
Use default runtime in VC10 projects
Diffstat (limited to 'dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj')
-rw-r--r--dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj b/dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj
index 5356b27..cc53e15 100644
--- a/dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj
+++ b/dist/examples/cxx/tree/custom/wildcard/wildcard-vc10.vcxproj
@@ -81,7 +81,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -109,7 +109,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -131,7 +131,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -157,7 +157,7 @@
</Midl>
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>