| OLD | NEW |
| 1 ///////////////////////////////////////////////////////////////////////////// | 1 ///////////////////////////////////////////////////////////////////////////// |
| 2 // | 2 // |
| 3 // Version | 3 // Version |
| 4 // | 4 // |
| 5 | 5 |
| 6 VS_VERSION_INFO VERSIONINFO | 6 VS_VERSION_INFO VERSIONINFO |
| 7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ | 7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ |
| 8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ | 8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ |
| 9 FILEFLAGSMASK 0x17L | 9 FILEFLAGSMASK 0x17L |
| 10 #ifdef _DEBUG | 10 #ifdef _DEBUG |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 VALUE "ProductName", "Google Chrome Frame" | 26 VALUE "ProductName", "Google Chrome Frame" |
| 27 VALUE "ProductShortName", "ChromeFrame" | 27 VALUE "ProductShortName", "ChromeFrame" |
| 28 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" | 28 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" |
| 29 VALUE "FileDescription", "Chrome Frame renders the Web of the future
in the browsers of the past. It's like strapping a rocket engine to a minivan." | 29 VALUE "FileDescription", "Chrome Frame renders the Web of the future
in the browsers of the past. It's like strapping a rocket engine to a minivan." |
| 30 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" | 30 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" |
| 31 VALUE "InternalName", "Google Chrome Frame" | 31 VALUE "InternalName", "Google Chrome Frame" |
| 32 VALUE "LegalCopyright", "@COPYRIGHT@" | 32 VALUE "LegalCopyright", "@COPYRIGHT@" |
| 33 VALUE "MIMEType", "application/chromeframe" | 33 VALUE "MIMEType", "application/chromeframe" |
| 34 VALUE "FileExtents", "chromeframe" | 34 VALUE "FileExtents", "chromeframe" |
| 35 VALUE "FileOpenName", "chromeframe" | 35 VALUE "FileOpenName", "chromeframe" |
| 36 VALUE "OriginalFilename", "npchrome_tab.dll" | 36 VALUE "OriginalFilename", "npchrome_frame.dll" |
| 37 VALUE "LastChange", "@LASTCHANGE@" | 37 VALUE "LastChange", "@LASTCHANGE@" |
| 38 VALUE "Official Build", "@OFFICIAL_BUILD@" | 38 VALUE "Official Build", "@OFFICIAL_BUILD@" |
| 39 END | 39 END |
| 40 END | 40 END |
| 41 BLOCK "VarFileInfo" | 41 BLOCK "VarFileInfo" |
| 42 BEGIN | 42 BEGIN |
| 43 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual)
. | 43 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual)
. |
| 44 VALUE "Translation", 0x409, 1252 | 44 VALUE "Translation", 0x409, 1252 |
| 45 END | 45 END |
| 46 END | 46 END |
| OLD | NEW |