pjproject-vs8-debug-defaults.vsprops 515 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="pjproject-vs8-debug-defaults"
  6. InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops"
  7. >
  8. <Tool
  9. Name="VCCLCompilerTool"
  10. Optimization="0"
  11. PreprocessorDefinitions="_DEBUG;DEBUG"
  12. DebugInformationFormat="4"
  13. />
  14. <Tool
  15. Name="VCLinkerTool"
  16. GenerateDebugInformation="true"
  17. ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
  18. />
  19. </VisualStudioPropertySheet>