Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioPropertySheet |
| 3 | ProjectType="Visual C++" |
| 4 | Version="8.00" |
| 5 | Name="pginstrument" |
| 6 | OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\" |
| 7 | IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgo\$(ProjectName)\" |
| 8 | > |
| 9 | <Tool |
| 10 | Name="VCCLCompilerTool" |
| 11 | WholeProgramOptimization="true" |
| 12 | /> |
| 13 | <Tool |
| 14 | Name="VCLinkerTool" |
| 15 | LinkTimeCodeGeneration="2" |
| 16 | /> |
| 17 | </VisualStudioPropertySheet> |