Skip to content
Snippets Groups Projects
Select Git revision
  • next default protected
  • movie
  • softcode-info
  • master protected
  • acs
  • spriteinfo-refactor
  • clipmidtex
  • custom-map-names
  • nogravity-trampolines
  • 2214-pre4
  • 2214-pre3
  • just-in-case
  • fix-opengl-parameter-crash
  • 2214-pre2
  • 2214-pre1
  • delfile2
  • cleanupmusic
  • gametype-refactor-1
  • extra-textures
  • optimize-storewallrange
  • SRB2_release_2.2.15
  • SRB2_release_2.2.13
  • SRB2_release_2.2.12
  • SRB2_release_2.2.11
  • SRB2_release_2.2.10
  • SRB2_release_2.2.9
  • SRB2_release_2.2.8
  • SRB2_release_2.2.7
  • SRB2_release_2.2.6
  • SRB2_release_2.2.5
  • SRB2_release_2.2.4
  • SRB2_release_2.2.3
  • SRB2_release_2.2.2
  • SRB2_release_2.2.1
  • SRB2_release_2.2.0
  • SRB2_release_2.1.25
  • SRB2_release_2.1.24
  • SRB2_release_2.1.23
  • SRB2_release_2.1.22
  • SRB2_release_2.1.21
40 results

SRB2_Release.props

Blame
  • SRB2_Release.props 1.31 KiB
    <?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" />
      <PropertyGroup>
        <LinkIncremental>false</LinkIncremental>
      </PropertyGroup>
      <ItemDefinitionGroup>
        <ClCompile>
          <StringPooling>true</StringPooling>
          <FunctionLevelLinking>true</FunctionLevelLinking>
          <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
          <Optimization>Full</Optimization>
          <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
          <IntrinsicFunctions>true</IntrinsicFunctions>
          <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
          <MultiProcessorCompilation>true</MultiProcessorCompilation>
        </ClCompile>
        <ResourceCompile>
          <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
        </ResourceCompile>
        <Link>
          <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
          <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
          <OptimizeReferences>true</OptimizeReferences>
          <EnableCOMDATFolding>true</EnableCOMDATFolding>
          <RandomizedBaseAddress>true</RandomizedBaseAddress>
        </Link>
      </ItemDefinitionGroup>
      <ItemGroup />
    </Project>