| 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="debug" | 5 Name="debug" |
| 6 InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_
build$(CHROMIUM_BUILD).vsprops" | 6 InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_
build$(CHROMIUM_BUILD).vsprops" |
| 7 > | 7 > |
| 8 <Tool | 8 <Tool |
| 9 Name="VCCLCompilerTool" | 9 Name="VCCLCompilerTool" |
| 10 Optimization="0" | 10 Optimization="0" |
| 11 PreprocessorDefinitions="_DEBUG" | 11 PreprocessorDefinitions="_DEBUG" |
| 12 BasicRuntimeChecks="3" | 12 BasicRuntimeChecks="3" |
| 13 RuntimeLibrary="1" | 13 RuntimeLibrary="1" |
| 14 /> | 14 /> |
| 15 <Tool | 15 <Tool |
| 16 Name="VCLinkerTool" | 16 Name="VCLinkerTool" |
| 17 » » LinkIncremental="2" | 17 » » LinkIncremental="1" |
| 18 /> | 18 /> |
| 19 <Tool | 19 <Tool |
| 20 Name="VCResourceCompilerTool" | 20 Name="VCResourceCompilerTool" |
| 21 PreprocessorDefinitions="_DEBUG" | 21 PreprocessorDefinitions="_DEBUG" |
| 22 /> | 22 /> |
| 23 </VisualStudioPropertySheet> | 23 </VisualStudioPropertySheet> |
| OLD | NEW |