module_debug.vsprops 543 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="module_debug"
  6. InheritedPropertySheets=".\modules.vsprops"
  7. >
  8. <Tool
  9. Name="VCCLCompilerTool"
  10. Optimization="0"
  11. PreprocessorDefinitions="_DEBUG;DEBUG"
  12. BasicRuntimeChecks="3"
  13. RuntimeLibrary="3"
  14. DebugInformationFormat="3"
  15. EnablePREfast="true"
  16. />
  17. <Tool
  18. Name="VCLinkerTool"
  19. OutputFile="$(SolutionDir)Debug/mod/$(ProjectName).dll"
  20. LinkIncremental="1"
  21. />
  22. </VisualStudioPropertySheet>