/PCbuild/pginstrument.vsprops

http://unladen-swallow.googlecode.com/ · Unknown · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 10fe9d75f7b7796eac29618ab5685408 MD5 · raw file

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="pginstrument"
  6. OutputDirectory="$(OutDirPGI)"
  7. IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\"
  8. >
  9. <Tool
  10. Name="VCCLCompilerTool"
  11. Optimization="2"
  12. InlineFunctionExpansion="1"
  13. EnableIntrinsicFunctions="false"
  14. FavorSizeOrSpeed="2"
  15. OmitFramePointers="true"
  16. EnableFiberSafeOptimizations="false"
  17. WholeProgramOptimization="true"
  18. StringPooling="true"
  19. ExceptionHandling="0"
  20. BufferSecurityCheck="false"
  21. />
  22. <Tool
  23. Name="VCLinkerTool"
  24. OptimizeReferences="2"
  25. EnableCOMDATFolding="2"
  26. LinkTimeCodeGeneration="2"
  27. ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
  28. ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
  29. />
  30. <UserMacro
  31. Name="OutDirPGI"
  32. Value="$(SolutionDir)$(PlatformName)-pgi\"
  33. />
  34. </VisualStudioPropertySheet>