| 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_official" | 5 Name="release_impl_official" |
| 6 InheritedPropertySheets=".\release_defaults.vsprops" | 6 InheritedPropertySheets=".\release_defaults.vsprops" |
| 7 > | 7 > |
| 8 <Tool | 8 <Tool |
| 9 Name="VCCLCompilerTool" | 9 Name="VCCLCompilerTool" |
| 10 PreprocessorDefinitions="OFFICIAL_BUILD" |
| 10 Optimization="3" | 11 Optimization="3" |
| 11 InlineFunctionExpansion="2" | 12 InlineFunctionExpansion="2" |
| 12 EnableIntrinsicFunctions="true" | 13 EnableIntrinsicFunctions="true" |
| 13 FavorSizeOrSpeed="2" | 14 FavorSizeOrSpeed="2" |
| 14 OmitFramePointers="true" | 15 OmitFramePointers="true" |
| 15 EnableFiberSafeOptimizations="true" | 16 EnableFiberSafeOptimizations="true" |
| 16 WholeProgramOptimization="true" | 17 WholeProgramOptimization="true" |
| 17 /> | 18 /> |
| 18 <Tool | 19 <Tool |
| 19 Name="VCLibrarianTool" | 20 Name="VCLibrarianTool" |
| 20 AdditionalOptions="/ltcg" | 21 AdditionalOptions="/ltcg" |
| 21 /> | 22 /> |
| 22 <Tool | 23 <Tool |
| 23 Name="VCLinkerTool" | 24 Name="VCLinkerTool" |
| 24 LinkTimeCodeGeneration="1" | 25 LinkTimeCodeGeneration="1" |
| 25 /> | 26 /> |
| 26 </VisualStudioPropertySheet> | 27 </VisualStudioPropertySheet> |
| OLD | NEW |