VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.rc@ 76553

Last change on this file since 76553 was 76553, checked in by vboxsync, 5 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1/* $Id: VBoxNetFlt.rc 76553 2019-01-01 01:45:53Z vboxsync $ */
2/** @file
3 * VBoxNetFlt - Resource file containing version info and icon.
4 */
5/*
6 * Copyright (C) 2014-2019 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 * The contents of this file may alternatively be used under the terms
17 * of the Common Development and Distribution License Version 1.0
18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
19 * VirtualBox OSE distribution, in which case the provisions of the
20 * CDDL are applicable instead of those of the GPL.
21 *
22 * You may elect to license modified versions of this file under the
23 * terms and conditions of either the GPL or the CDDL or both.
24 */
25
26#include <windows.h>
27#include <VBox/version.h>
28
29LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
30
31VS_VERSION_INFO VERSIONINFO
32 FILEVERSION VBOX_RC_FILE_VERSION
33 PRODUCTVERSION VBOX_RC_FILE_VERSION
34 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
35 FILEFLAGS VBOX_RC_FILE_FLAGS
36 FILEOS VBOX_RC_FILE_OS
37 FILETYPE VBOX_RC_TYPE_DRV
38 FILESUBTYPE VFT2_DRV_NETWORK
39BEGIN
40 BLOCK "StringFileInfo"
41 BEGIN
42 BLOCK "040904b0"
43 BEGIN
44 VALUE "FileDescription", "VirtualBox NDIS 6.0 Lightweight Filter Driver\0"
45 VALUE "InternalName", "VBoxNetLwf\0"
46 VALUE "OriginalFilename", "VBoxNetLwf.sys\0"
47 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
48 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
49 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
50 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_STR
51 VALUE "ProductVersion", VBOX_RC_PRODUCT_VERSION_STR
52 VBOX_RC_MORE_STRINGS
53 END
54 END
55 BLOCK "VarFileInfo"
56 BEGIN
57 VALUE "Translation", 0x409, 1200
58 END
59END
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use