DOOM-3-BFG

DOOM 3 BFG Edition
Log | Files | Refs

_DoomExe.props (739B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <PropertyGroup>
      4     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
      5     <_PropertySheetDisplayName>Doom III Executable</_PropertySheetDisplayName>
      6   </PropertyGroup>
      7   <ItemDefinitionGroup>
      8     <ClCompile>
      9       <PreprocessorDefinitions>__DOOM__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     10       <PrecompiledHeader>Use</PrecompiledHeader>
     11     </ClCompile>
     12     <Link>
     13       <StackReserveSize>16777216</StackReserveSize>
     14       <StackCommitSize>16777216</StackCommitSize>
     15       <LargeAddressAware>true</LargeAddressAware>
     16     </Link>
     17   </ItemDefinitionGroup>
     18 </Project>