diff options
Diffstat (limited to 'PCbuild/pgupdate.vsprops')
-rw-r--r-- | PCbuild/pgupdate.vsprops | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/PCbuild/pgupdate.vsprops b/PCbuild/pgupdate.vsprops index 7ce4a3a..26cfc2d 100644 --- a/PCbuild/pgupdate.vsprops +++ b/PCbuild/pgupdate.vsprops @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="pgupdate" - OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\" - InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops" - > - <Tool - Name="VCLinkerTool" - AdditionalManifestDependencies="" - LinkTimeCodeGeneration="4" - /> -</VisualStudioPropertySheet> +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pgupdate"
+ OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
+ InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalManifestDependencies=""
+ LinkTimeCodeGeneration="4"
+ />
+</VisualStudioPropertySheet>
|