Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Side by Side Diff: chrome_frame/chrome_tab_version.rc.version

Issue 2020003: Committing for jeffbailey.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_tab_version.rc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /////////////////////////////////////////////////////////////////////////////
2 //
3 // Version
4 //
5
6 VS_VERSION_INFO VERSIONINFO
7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
9 FILEFLAGSMASK 0x17L
10 #ifdef _DEBUG
11 FILEFLAGS 0x1L
12 #else
13 FILEFLAGS 0x0L
14 #endif
15 FILEOS 0x4L
16 FILETYPE 0x2L
17 FILESUBTYPE 0x0L
18 BEGIN
19 BLOCK "StringFileInfo"
20 BEGIN
21 // Note that Firefox 3.0 requires the charset to be 04e4 (multi-lingual) .
22 BLOCK "040904e4"
23 BEGIN
24 VALUE "CompanyName", "@COMPANY_FULLNAME@"
25 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
26 VALUE "ProductName", "Google Chrome Frame"
27 VALUE "ProductShortName", "ChromeFrame"
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."
30 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
31 VALUE "InternalName", "Google Chrome Frame"
32 VALUE "LegalCopyright", "@COPYRIGHT@"
33 VALUE "MIMEType", "application/chromeframe"
34 VALUE "FileExtents", "chromeframe"
35 VALUE "FileOpenName", "chromeframe"
36 VALUE "OriginalFilename", "npchrome_frame.dll"
37 VALUE "LastChange", "@LASTCHANGE@"
38 VALUE "Official Build", "@OFFICIAL_BUILD@"
39 END
40 END
41 BLOCK "VarFileInfo"
42 BEGIN
43 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual) .
44 VALUE "Translation", 0x409, 1252
45 END
46 END
OLDNEW
« no previous file with comments | « chrome_frame/chrome_tab_version.rc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698