chromeos: dbus: add Bluetooth properties support
[chromium-blink-merge.git] / chrome_frame / chrome_frame_helper_version.rc
blob9e3552434b602e025a95d5b327395eec24010262
1 #include "version.h"\r
2 \r
3 #ifdef APSTUDIO_INVOKED\r
4 # error Don't open this in the GUI, it'll be massacred on save.\r
5 #endif // APSTUDIO_INVOKED\r
6 \r
7 /////////////////////////////////////////////////////////////////////////////\r
8 //\r
9 // Version\r
10 //\r
12 1 VERSIONINFO\r
13  FILEVERSION CHROME_VERSION\r
14  PRODUCTVERSION CHROME_VERSION\r
15  FILEFLAGSMASK 0x17L\r
16 #ifdef _DEBUG\r
17  FILEFLAGS 0x1L\r
18 #else\r
19  FILEFLAGS 0x0L\r
20 #endif\r
21  FILEOS 0x4L\r
22  FILETYPE 0x2L\r
23  FILESUBTYPE 0x0L\r
24 BEGIN\r
25     BLOCK "StringFileInfo"\r
26     BEGIN\r
27         // Note that Firefox 3.0 requires the charset to be 04e4 (multi-lingual).\r
28         BLOCK "040904e4"\r
29         BEGIN\r
30             VALUE "CompanyName", COMPANY_FULLNAME_STRING\r
31             VALUE "CompanyShortName", COMPANY_SHORTNAME_STRING\r
32             VALUE "ProductName", "Google Chrome Frame"\r
33             VALUE "ProductShortName", "ChromeFrame"\r
34             VALUE "ProductVersion", CHROME_VERSION_STRING\r
35             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."\r
36             VALUE "FileVersion", CHROME_VERSION_STRING\r
37             VALUE "InternalName", "Google Chrome Frame"\r
38             VALUE "LegalCopyright", COPYRIGHT_STRING\r
39             VALUE "FileExtents", "chromeframe"\r
40             VALUE "FileOpenName", "chromeframe"\r
41             VALUE "LastChange", LASTCHANGE_STRING\r
42             VALUE "Official Build", OFFICIAL_BUILD_STRING\r
43         END\r
44     END\r
45     BLOCK "VarFileInfo"\r
46     BEGIN\r
47         // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual).\r
48         VALUE "Translation", 0x409, 1252\r
49     END\r
50 END\r