123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
- <_PropertySheetDisplayName>Doom III Executable</_PropertySheetDisplayName>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <PreprocessorDefinitions>__DOOM__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PrecompiledHeader>Use</PrecompiledHeader>
- </ClCompile>
- <Link>
- <StackReserveSize>16777216</StackReserveSize>
- <StackCommitSize>16777216</StackCommitSize>
- <LargeAddressAware>true</LargeAddressAware>
- </Link>
- </ItemDefinitionGroup>
- </Project>
|