VirtualBox

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

Last change on this file since 32375 was 32375, checked in by vboxsync, 14 years ago

rc branding fixes part 2

  • 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-win.rc 32375 2010-09-10 09:10:21Z vboxsync $ */
2/** @file
3 * VBoxNetFlt - Resource file containing version info and icon.
4 */
5
6/*
7 * Copyright (C) 2009-2010 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18#include <windows.h>
19#include <VBox/version.h>
20
21#ifndef VBOXNETADP
22# define DESCRIPTION_STR "VirtualBox Bridged Networking Driver\0"
23# define FILENAME_STR "VBoxNetFlt.sys\0"
24#else
25# define DESCRIPTION_STR "VirtualBox Host-Only Network Adapter Driver\0"
26# define FILENAME_STR "VBoxNetAdp.sys\0"
27#endif
28
29LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
30
31VS_VERSION_INFO VERSIONINFO
32 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
33 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
34 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
35 FILEFLAGS 0x0L
36 FILEOS VOS_NT_WINDOWS32
37 FILETYPE VFT_DRV
38 FILESUBTYPE VFT2_DRV_NETWORK
39BEGIN
40 BLOCK "StringFileInfo"
41 BEGIN
42 BLOCK "040904b0"
43 BEGIN
44 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
45 VALUE "FileDescription", DESCRIPTION_STR
46 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
47 VALUE "InternalName", FILENAME_STR
48 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
49 VALUE "OriginalFilename", FILENAME_STR
50 VALUE "ProductName", VBOX_PRODUCT "\0"
51 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
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