Mailbox support for texture layers.
[chromium-blink-merge.git] / cloud_print / virtual_driver / win / virtual_driver_common_resources.rc
blob7f1e0a26818c725b179814bfcd057341bad33cf8
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "version.h"
7 #ifdef APSTUDIO_INVOKED
8 # error Don't open this in the GUI, it'll be massacred on save.
9 #endif // APSTUDIO_INVOKED
11 1 VERSIONINFO
12  FILEVERSION CHROME_VERSION
13  PRODUCTVERSION CHROME_VERSION
14  FILEFLAGSMASK 0x17L
15 #ifdef _DEBUG
16  FILEFLAGS 0x1L
17 #else
18  FILEFLAGS 0x0L
19 #endif
20  FILEOS 0x4L
21  FILETYPE 0x1L
22  FILESUBTYPE 0x0L
23 BEGIN
24     BLOCK "StringFileInfo"
25     BEGIN
26         BLOCK "040904b0"
27         BEGIN
28             VALUE "CompanyName", "Google, Inc."
29             VALUE "FileDescription", "Google Cloud Printer"
30             VALUE "FileVersion", CHROME_VERSION_STRING
31             VALUE "InternalName", "Google Cloud Printer"
32             VALUE "ProductName", "Google Cloud Printer"
33             VALUE "ProductVersion", CHROME_VERSION_STRING
34             VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights reserved."
35         END
36     END
37     BLOCK "VarFileInfo"
38     BEGIN
39         VALUE "Translation", 0x409, 1200
40     END
41 END