Skip to content
Snippets Groups Projects
Select Git revision
  • next default protected
  • softwareoverflowfix
  • lugstuff
  • fix-sw-polyobject-interpolation
  • fix-slope-plane-distortion
  • fix-1183
  • batocera
  • text-prompt-features
  • blockmap-links
  • custom-map-names
  • gametype-refactor-player-spawns
  • gametype-refactor-1
  • custom-teams
  • patch-refactor
  • any-resolution
  • delfile2
  • wipeloop-rebased
  • more-sprite2
  • 1168-accessing-an-invalid-variable-in-ticcmd_t-crashes-the-game
  • master
  • 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
  • SRB2_release_2.1.20
40 results

SRB2_Debug.props

Blame
  • Forked from STJr / SRB2
    1472 commits behind the upstream repository.
    SRB2_Debug.props 1.18 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>true</LinkIncremental>
      </PropertyGroup>
      <ItemDefinitionGroup>
        <ResourceCompile>
          <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
        </ResourceCompile>
        <ClCompile>
          <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
          <Optimization>Disabled</Optimization>
          <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
          <MinimalRebuild>true</MinimalRebuild>
          <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
          <FunctionLevelLinking>true</FunctionLevelLinking>
          <AssemblerOutput>All</AssemblerOutput>
          <SmallerTypeCheck>false</SmallerTypeCheck>
          <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
        </ClCompile>
        <Link>
          <GenerateDebugInformation>Debug</GenerateDebugInformation>
          <RandomizedBaseAddress>true</RandomizedBaseAddress>
        </Link>
      </ItemDefinitionGroup>
      <ItemGroup />
    </Project>