| <?xml version="1.0" encoding="utf-8"?> |
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <ImportGroup Label="PropertySheets" /> |
| <PropertyGroup Label="UserMacros"> |
| <DebugSuffix>_debug</DebugSuffix> |
| <OFFICIAL_BUILD>1</OFFICIAL_BUILD> |
| </PropertyGroup> |
| <PropertyGroup> |
| <TargetName>$(TargetName)$(DebugSuffix)</TargetName> |
| </PropertyGroup> |
| <ItemDefinitionGroup> |
| <ClCompile> |
| <PreprocessorDefinitions>_CONSOLE;DEBUG_INTERNAL;DEBUG_ALL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| </ClCompile> |
| <Lib> |
| <OutputFile>$(OutDir)\$(ProjectName)$(DebugSuffix).lib</OutputFile> |
| </Lib> |
| </ItemDefinitionGroup> |
| <ItemGroup> |
| <BuildMacro Include="DebugSuffix"> |
| <Value>$(DebugSuffix)</Value> |
| </BuildMacro> |
| <BuildMacro Include="OFFICIAL_BUILD"> |
| <Value>$(OFFICIAL_BUILD)</Value> |
| <EnvironmentVariable>true</EnvironmentVariable> |
| </BuildMacro> |
| </ItemGroup> |
| </Project> |