diff options
Diffstat (limited to 'PCbuild8/PGInstrument.vsprops')
-rw-r--r-- | PCbuild8/PGInstrument.vsprops | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PCbuild8/PGInstrument.vsprops b/PCbuild8/PGInstrument.vsprops new file mode 100644 index 0000000..58518b7 --- /dev/null +++ b/PCbuild8/PGInstrument.vsprops @@ -0,0 +1,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>
|