| OLD | NEW | 
|---|
|  | (Empty) | 
| 1 <?xml version="1.0" encoding="utf-8"?> |  | 
| 2 <VisualStudioToolFile |  | 
| 3         Name="Version Template" |  | 
| 4         Version="8.00" |  | 
| 5         > |  | 
| 6         <Rules> |  | 
| 7                 <CustomBuildRule |  | 
| 8                         Name="Version" |  | 
| 9                         DisplayName="Version" |  | 
| 10                         CommandLine="$(SolutionDir)/../chrome/tools/build/win/ve
    rsion.bat [inputs] "$(SolutionDir)/../chrome/" "$(IntDir)" &
    quot;$(IntDir)/$(InputName)" "$(SolutionDir)/../build/util/"" |  | 
| 11                         Outputs="$(IntDir)/$(InputName)" |  | 
| 12                         AdditionalDependencies="$(SolutionDir)/../chrome/VERSION
    ;$(SolutionDir)/../chrome/tools/build/win/version.bat" |  | 
| 13                         FileExtensions="*.version" |  | 
| 14                         ExecutionDescription="Generating version template file" |  | 
| 15                         > |  | 
| 16                         <Properties> |  | 
| 17                         </Properties> |  | 
| 18                 </CustomBuildRule> |  | 
| 19         </Rules> |  | 
| 20 </VisualStudioToolFile> |  | 
| OLD | NEW | 
|---|