Skip to content
Snippets Groups Projects
Select Git revision
  • fixghostflag
  • gitlab-ci_timeout
  • master
  • next default protected
  • unfuck-icon-mac
  • rr-item-cruncher
  • http-ms-startup-print
  • better-bans
  • http-ms-rules
  • chat-flood-fix
  • prevent-permissions-footgun
  • ms-address-warning
  • uncapped-master
  • uncapped-hud
  • spectator-little-things
  • no-turn-easing-v1
  • master-server-is-a-bad-name
  • findfile-with-threads
  • fix-nocurl
  • spinout-changes
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • V1.0.0
31 results

SRB2_Release.props

Blame
  • Forked from Kart Krew / Kart-Public
    2140 commits behind the upstream repository.
    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>