You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. <Import Project="Common.props" />
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_PropertySheetDisplayName>Debug Settings</_PropertySheetDisplayName>
  8. <DebugOrRelease>Debug</DebugOrRelease>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  13. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  14. <FunctionLevelLinking>true</FunctionLevelLinking>
  15. <Optimization>Disabled</Optimization>
  16. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  17. </ClCompile>
  18. <ResourceCompile>
  19. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  20. </ResourceCompile>
  21. <Link>
  22. <GenerateDebugInformation>true</GenerateDebugInformation>
  23. </Link>
  24. </ItemDefinitionGroup>
  25. </Project>