VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFlt-win.rc@ 55784

Last change on this file since 55784 was 55784, checked in by vboxsync, 10 years ago

Restored lost ProductVersion.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1/* $Id: VBoxNetFlt-win.rc 55784 2015-05-09 00:39:11Z vboxsync $ */
2/** @file
3 * VBoxNetFlt - Resource file containing version info and icon.
4 */
5/*
6 * Copyright (C) 2011-2015 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#ifndef VBOXNETADP
21# define DESCRIPTION_STR "VirtualBox Bridged Networking Driver\0"
22# define FILENAME_STR "VBoxNetFlt"
23#else
24# define DESCRIPTION_STR "VirtualBox Host-Only Network Adapter Driver\0"
25# define FILENAME_STR "VBoxNetAdp"
26#endif
27
28LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
29
30VS_VERSION_INFO VERSIONINFO
31 FILEVERSION VBOX_RC_FILE_VERSION
32 PRODUCTVERSION VBOX_RC_FILE_VERSION
33 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
34 FILEFLAGS VBOX_RC_FILE_FLAGS
35 FILEOS VBOX_RC_FILE_OS
36 FILETYPE VBOX_RC_TYPE_DRV
37 FILESUBTYPE VFT2_DRV_NETWORK
38BEGIN
39 BLOCK "StringFileInfo"
40 BEGIN
41 BLOCK "040904b0" // Lang=US English, CharSet=Unicode
42 BEGIN
43 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
44 VALUE "FileDescription", DESCRIPTION_STR
45 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
46 VALUE "InternalName", FILENAME_STR "\0"
47 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
48 VALUE "OriginalFilename", FILENAME_STR ".sys\0"
49 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_STR
50 VALUE "ProductVersion", VBOX_RC_PRODUCT_VERSION_STR
51 VBOX_RC_MORE_STRINGS
52 END
53 END
54 BLOCK "VarFileInfo"
55 BEGIN
56 VALUE "Translation", 0x409, 1200
57 END
58END
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