blob: e1211148ddbdf02e51d8209cbd21d9f990730045 [file] [log] [blame]
Christian Heimesbfd49852007-11-20 09:34:16 +00001<?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>