diff VisualC/tests/automated/automated_VS2010.vcxproj @ 5039:fc26fb7e20af

Use the debug C runtime for the debug configuration
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:50:53 -0800
parents f205711f73d5
children
line wrap: on
line diff
--- a/VisualC/tests/automated/automated_VS2010.vcxproj	Wed Jan 19 13:44:55 2011 -0800
+++ b/VisualC/tests/automated/automated_VS2010.vcxproj	Wed Jan 19 13:50:53 2011 -0800
@@ -11,7 +11,7 @@
     </ProjectConfiguration>
   </ItemGroup>
   <PropertyGroup Label="Globals">
-    <ProjectName>automated</ProjectName>  
+    <ProjectName>automated</ProjectName>
     <ProjectGuid>{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}</ProjectGuid>
     <RootNamespace>automated</RootNamespace>
     <Keyword>Win32Proj</Keyword>
@@ -52,7 +52,7 @@
       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <MinimalRebuild>true</MinimalRebuild>
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
-      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
       <PrecompiledHeader>
       </PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>