BuildConfigurationRelease.vsprops 461 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="BuildConfigurationRelease"
  6. InheritedPropertySheets="BuildConfigurationBase.vsprops"
  7. >
  8. <Tool
  9. Name="VCCLCompilerTool"
  10. RuntimeLibrary="2"
  11. DebugInformationFormat="3"
  12. />
  13. <Tool
  14. Name="VCLinkerTool"
  15. LinkIncremental="1"
  16. OptimizeReferences="2"
  17. EnableCOMDATFolding="2"
  18. LinkTimeCodeGeneration="1"
  19. />
  20. </VisualStudioPropertySheet>