Skip to content
Snippets Groups Projects
Select Git revision
  • 1ca29ac7ba2d2ac84d24644fd8400ee3c353c83f
  • master default protected
  • srb2
3 results

changelog.md

  • 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>