blob: 58518b73c3da1e1bd0abb797fa4c8d62b9481583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="PGInstrument"
OutputDirectory="$(SolutionDir)$(PlatformName)PGO"
IntermediateDirectory="$(PlatformName)PGO"
>
<Tool
Name="VCLinkerTool"
LinkTimeCodeGeneration="2"
/>
</VisualStudioPropertySheet>
|