blob: 1b08c5d5527b6b4634cdcd6028aa51c9101dfea2 [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +00001<?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 WholeProgramOptimization="true"
12 />
13 <Tool
14 Name="VCLinkerTool"
15 LinkTimeCodeGeneration="2"
16 ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
17 ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
18 />
19 <UserMacro
20 Name="OutDirPGI"
21 Value="$(SolutionDir)$(PlatformName)-pgi\"
22 />
23</VisualStudioPropertySheet>