14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
|
<?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>
|