| 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="language_dll" | 5 Name="language_dll" |
| 6 > | 6 > |
| 7 <Tool | 7 <Tool |
| 8 Name="VCLinkerTool" | 8 Name="VCLinkerTool" |
| 9 BaseAddress="0x3CF00000" | 9 BaseAddress="0x3CF00000" |
| 10 OutputFile="$(OutDir)\locales\$(ProjectName).dll" | 10 OutputFile="$(OutDir)\locales\$(ProjectName).dll" |
| 11 /> | 11 /> |
| 12 <Tool | 12 <Tool |
| 13 Name="VCResourceCompilerTool" | 13 Name="VCResourceCompilerTool" |
| 14 AdditionalIncludeDirectories="$(OutDir)\obj\global_intermediate\
webkit;$(OutDir)\grit_derived_sources" | 14 AdditionalIncludeDirectories="$(OutDir)\obj\global_intermediate\
webkit;$(OutDir)\obj\global_intermediate\chrome" |
| 15 /> | 15 /> |
| 16 </VisualStudioPropertySheet> | 16 </VisualStudioPropertySheet> |
| OLD | NEW |