module_release.vsprops 589 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="module_release"
  6. InheritedPropertySheets=".\modules.vsprops"
  7. >
  8. <Tool
  9. Name="VCCLCompilerTool"
  10. WholeProgramOptimization="true"
  11. PreprocessorDefinitions="NDEBUG"
  12. RuntimeLibrary="2"
  13. DebugInformationFormat="3"
  14. />
  15. <Tool
  16. Name="VCLinkerTool"
  17. OutputFile="$(SolutionDir)Release/mod/$(ProjectName).dll"
  18. LinkIncremental="1"
  19. OptimizeReferences="2"
  20. EnableCOMDATFolding="2"
  21. LinkTimeCodeGeneration="1"
  22. />
  23. </VisualStudioPropertySheet>