Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
5038:40ef2ad3757c | 5039:fc26fb7e20af |
---|---|
9 <Configuration>Release</Configuration> | 9 <Configuration>Release</Configuration> |
10 <Platform>Win32</Platform> | 10 <Platform>Win32</Platform> |
11 </ProjectConfiguration> | 11 </ProjectConfiguration> |
12 </ItemGroup> | 12 </ItemGroup> |
13 <PropertyGroup Label="Globals"> | 13 <PropertyGroup Label="Globals"> |
14 <ProjectName>automated</ProjectName> | 14 <ProjectName>automated</ProjectName> |
15 <ProjectGuid>{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}</ProjectGuid> | 15 <ProjectGuid>{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}</ProjectGuid> |
16 <RootNamespace>automated</RootNamespace> | 16 <RootNamespace>automated</RootNamespace> |
17 <Keyword>Win32Proj</Keyword> | 17 <Keyword>Win32Proj</Keyword> |
18 </PropertyGroup> | 18 </PropertyGroup> |
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
50 <Optimization>Disabled</Optimization> | 50 <Optimization>Disabled</Optimization> |
51 <AdditionalIncludeDirectories>$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 51 <AdditionalIncludeDirectories>$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
52 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 52 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
53 <MinimalRebuild>true</MinimalRebuild> | 53 <MinimalRebuild>true</MinimalRebuild> |
54 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 54 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
55 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 55 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
56 <PrecompiledHeader> | 56 <PrecompiledHeader> |
57 </PrecompiledHeader> | 57 </PrecompiledHeader> |
58 <WarningLevel>Level3</WarningLevel> | 58 <WarningLevel>Level3</WarningLevel> |
59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | 59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
60 </ClCompile> | 60 </ClCompile> |