2
0

module_debug.props 1.0 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. <Import Project="modules.props" />
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  8. <LinkIncremental>false</LinkIncremental>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <Optimization>Disabled</Optimization>
  13. <PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  14. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  15. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  16. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  17. <EnablePREfast>true</EnablePREfast>
  18. </ClCompile>
  19. <Link>
  20. <GenerateDebugInformation>true</GenerateDebugInformation>
  21. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  22. </Link>
  23. </ItemDefinitionGroup>
  24. </Project>