summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/custom/calendar
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-15 11:25:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-15 11:25:55 +0200
commitfb1ef035dcee75fed4f50ec20d6eaf11b98753eb (patch)
tree574519e5104725472ba540cef09fc61208d93c0e /dist/examples/cxx/tree/custom/calendar
parentd66735f356814eff96611fb7e2cff00ef14e928a (diff)
Use default runtime in VC11 projects
Diffstat (limited to 'dist/examples/cxx/tree/custom/calendar')
-rw-r--r--dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj b/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj
index 1fb819f..036374a 100644
--- a/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj
+++ b/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj
@@ -91,7 +91,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -123,7 +123,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -149,7 +149,7 @@
</PreBuildEvent>
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -179,7 +179,7 @@
</Midl>
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
</PrecompiledHeader>