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" |
Christian Heimes | c139a9b | 2007-11-22 10:25:50 +0000 | [diff] [blame^] | 6 | OutputDirectory="$(OutDirPGI)" |
| 7 | IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 8 | > |
| 9 | <Tool |
| 10 | Name="VCCLCompilerTool" |
| 11 | WholeProgramOptimization="true" |
| 12 | /> |
| 13 | <Tool |
| 14 | Name="VCLinkerTool" |
| 15 | LinkTimeCodeGeneration="2" |
Christian Heimes | c139a9b | 2007-11-22 10:25:50 +0000 | [diff] [blame^] | 16 | ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd" |
| 17 | ImportLibrary="$(OutDirPGI)\$(TargetName).lib" |
| 18 | /> |
| 19 | <UserMacro |
| 20 | Name="OutDirPGI" |
| 21 | Value="$(SolutionDir)$(PlatformName)-pgi\" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 22 | /> |
| 23 | </VisualStudioPropertySheet> |