OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2011 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. |
| 4 |
| 5 #ifdef APSTUDIO_INVOKED |
| 6 # error Don't open this in the GUI, it'll be massacred on save. |
| 7 #endif // APSTUDIO_INVOKED |
| 8 |
| 9 1 VERSIONINFO |
| 10 FILEVERSION 0,1,0,1 |
| 11 PRODUCTVERSION 0,1,0,1 |
| 12 FILEFLAGSMASK 0x17L |
| 13 #ifdef _DEBUG |
| 14 FILEFLAGS 0x1L |
| 15 #else |
| 16 FILEFLAGS 0x0L |
| 17 #endif |
| 18 FILEOS 0x4L |
| 19 FILETYPE 0x1L |
| 20 FILESUBTYPE 0x0L |
| 21 BEGIN |
| 22 BLOCK "StringFileInfo" |
| 23 BEGIN |
| 24 BLOCK "040904b0" |
| 25 BEGIN |
| 26 VALUE "CompanyName", "Google Inc." |
| 27 VALUE "FileDescription", "GCP Virtual Driver" |
| 28 VALUE "FileVersion", "0, 1, 0, 1" |
| 29 VALUE "InternalName", "GCP Virtual Driver" |
| 30 VALUE "ProductName", "GCP Virtual Driver" |
| 31 VALUE "ProductVersion", "0, 1, 0, 1" |
| 32 VALUE "LegalCopyright", "Copyright (c) 2011 The Chromium Authors. Al
l rights reserved." |
| 33 END |
| 34 END |
| 35 BLOCK "VarFileInfo" |
| 36 BEGIN |
| 37 VALUE "Translation", 0x409, 1200 |
| 38 END |
| 39 END |
OLD | NEW |