Skip to content
Snippets Groups Projects
Select Git revision
  • save_folder
  • cons-escape
  • server_build
  • addfolder_nocache
  • skin-set-fix
  • unknown-command-dedicated-print
  • next default protected
  • master
  • increase-unlockables
  • udmf-fofs-mkii
  • soundflags
  • fullscreen-toggle
  • font_drawer
  • 2210-release
  • spemblems
  • 2210-rc3
  • 2210-rc2
  • 2210-rc1
  • emblem-drawing
  • 2210-pre2
  • 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
  • SRB2_release_2.1.19
  • SRB2_release_2.1.18
  • td-release-v1.0.0
40 results

SRB2_Debug.props

Blame
  • Forked from STJr / SRB2
    6281 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>