diff options
Diffstat (limited to 'cloud_print/virtual_driver/win/virtual_driver_common_resources.rc')
-rw-r--r-- | cloud_print/virtual_driver/win/virtual_driver_common_resources.rc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc new file mode 100644 index 0000000..d90c230 --- /dev/null +++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc @@ -0,0 +1,39 @@ +// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifdef APSTUDIO_INVOKED +# error Don't open this in the GUI, it'll be massacred on save. +#endif // APSTUDIO_INVOKED + +1 VERSIONINFO + FILEVERSION 0,1,0,1 + PRODUCTVERSION 0,1,0,1 + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "Google Inc." + VALUE "FileDescription", "GCP Virtual Driver" + VALUE "FileVersion", "0, 1, 0, 1" + VALUE "InternalName", "GCP Virtual Driver" + VALUE "ProductName", "GCP Virtual Driver" + VALUE "ProductVersion", "0, 1, 0, 1" + VALUE "LegalCopyright", "Copyright (c) 2011 The Chromium Authors. All rights reserved." + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END |