VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.rc@ 62535

Last change on this file since 62535 was 62535, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1/* $Id: VBoxNetAdp-win.rc 62535 2016-07-22 19:31:40Z vboxsync $ */
2/** @file
3 * VBoxNetAdp6 - Resource file containing version info and icon.
4 */
5/*
6 * Copyright (C) 2014-2016 Oracle Corporation
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License (GPL) as published by the Free Software
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 */
16
17#include <windows.h>
18#include <VBox/version.h>
19
20#define DESCRIPTION_STR "VirtualBox NDIS 6.0 Host-Only Network Adapter Driver\0"
21#define FILENAME_STR "VBoxNetAdp6"
22
23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24
25VS_VERSION_INFO VERSIONINFO
26 FILEVERSION VBOX_RC_FILE_VERSION
27 PRODUCTVERSION VBOX_RC_FILE_VERSION
28 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
29 FILEFLAGS VBOX_RC_FILE_FLAGS
30 FILEOS VBOX_RC_FILE_OS
31 FILETYPE VBOX_RC_TYPE_DRV
32 FILESUBTYPE VFT2_DRV_NETWORK
33BEGIN
34 BLOCK "StringFileInfo"
35 BEGIN
36 BLOCK "040904b0"
37 BEGIN
38 VALUE "FileDescription", DESCRIPTION_STR
39 VALUE "InternalName", FILENAME_STR "\0"
40 VALUE "OriginalFilename", FILENAME_STR ".sys\0"
41 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
42 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
43 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
44 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_STR
45 VALUE "ProductVersion", VBOX_RC_PRODUCT_VERSION_STR
46 VBOX_RC_MORE_STRINGS
47 END
48 END
49 BLOCK "VarFileInfo"
50 BEGIN
51 VALUE "Translation", 0x409, 1200
52 END
53END
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette