DOOM-3-BFG

DOOM 3 BFG Edition
Log | Files | Refs

_Release.props (1230B)


      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>Release</_PropertySheetDisplayName>
      6   </PropertyGroup>
      7   <ItemDefinitionGroup>
      8     <ClCompile>
      9       <Optimization>MaxSpeed</Optimization>
     10       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
     11       <IntrinsicFunctions>true</IntrinsicFunctions>
     12       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     13       <StringPooling>true</StringPooling>
     14       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     15       <BufferSecurityCheck>false</BufferSecurityCheck>
     16       <FunctionLevelLinking>true</FunctionLevelLinking>
     17       <RuntimeTypeInfo>true</RuntimeTypeInfo>
     18       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     19     </ClCompile>
     20     <Link>
     21       <GenerateDebugInformation>false</GenerateDebugInformation>
     22       <GenerateMapFile>false</GenerateMapFile>
     23       <OptimizeReferences>true</OptimizeReferences>
     24       <EnableCOMDATFolding>true</EnableCOMDATFolding>
     25     </Link>
     26   </ItemDefinitionGroup>
     27 </Project>