1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ImportGroup Label="PropertySheets" />
\r
4 <PropertyGroup Label="UserMacros">
\r
5 <DebugSuffix>_debug</DebugSuffix>
\r
8 <TargetName>$(TargetName)$(DebugSuffix)</TargetName>
\r
10 <ItemDefinitionGroup>
\r
12 <PreprocessorDefinitions>_CONSOLE;DEBUG_INTERNAL;DEBUG_ALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
13 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
\r
16 <OutputFile>$(OutDir)\$(ProjectName)$(DebugSuffix).lib</OutputFile>
\r
18 </ItemDefinitionGroup>
\r
20 <BuildMacro Include="DebugSuffix">
\r
21 <Value>$(DebugSuffix)</Value>
\r