| OLD | NEW |
| 1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
| 2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
| 3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
| 4 Version="8.00" | 4 Version="8.00" |
| 5 Name="release_impl_pgo_instrument" | 5 Name="release_impl_pgo_instrument" |
| 6 OutputDirectory="$(DefaultOutputDirectory)_pgo" | 6 OutputDirectory="$(DefaultOutputDirectory)_pgo" |
| 7 IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)" | 7 IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)" |
| 8 InheritedPropertySheets=".\release_defaults.vsprops" | 8 InheritedPropertySheets=".\release_defaults.vsprops" |
| 9 > | 9 > |
| 10 <Tool | 10 <Tool |
| 11 Name="VCCLCompilerTool" | 11 Name="VCCLCompilerTool" |
| 12 Optimization="3" | 12 Optimization="3" |
| 13 InlineFunctionExpansion="2" | 13 InlineFunctionExpansion="2" |
| 14 EnableIntrinsicFunctions="true" | 14 EnableIntrinsicFunctions="true" |
| 15 FavorSizeOrSpeed="2" | 15 FavorSizeOrSpeed="2" |
| 16 OmitFramePointers="true" | 16 OmitFramePointers="true" |
| 17 EnableFiberSafeOptimizations="true" | 17 EnableFiberSafeOptimizations="true" |
| 18 WholeProgramOptimization="true" | 18 WholeProgramOptimization="true" |
| 19 /> | 19 /> |
| 20 <Tool | 20 <Tool |
| 21 Name="VCLibrarianTool" | 21 Name="VCLibrarianTool" |
| 22 AdditionalOptions="/ltcg" | 22 AdditionalOptions="/ltcg" |
| 23 /> | 23 /> |
| 24 <Tool | 24 <Tool |
| 25 Name="VCLinkerTool" | 25 Name="VCLinkerTool" |
| 26 LinkTimeCodeGeneration="2" | 26 LinkTimeCodeGeneration="2" |
| 27 /> | 27 /> |
| 28 <Tool | |
| 29 Name="VCPreBuildEventTool" | |
| 30 CommandLine="xcopy /D /Y "$(DevEnvDir)..\..\VC\bin\pgort80.
dll" "$(OutDir)"" | |
| 31 /> | |
| 32 </VisualStudioPropertySheet> | 28 </VisualStudioPropertySheet> |
| OLD | NEW |