VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc@ 28723

Last change on this file since 28723 was 21407, checked in by vboxsync, 16 years ago

OSE headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1/*
2 * Copyright (C) 2009 Sun Microsystems, Inc.
3 *
4 * This file is part of VirtualBox Open Source Edition (OSE), as
5 * available from http://www.virtualbox.org. This file is free software;
6 * you can redistribute it and/or modify it under the terms of the GNU
7 * General Public License (GPL) as published by the Free Software
8 * Foundation, in version 2 as it comes in the "COPYING" file of the
9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
11 *
12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
13 * Clara, CA 95054 USA or visit http://www.sun.com if you need
14 * additional information or have any questions.
15 */
16#include <windows.h>
17#include <VBox/version.h>
18
19#include "VBoxNetFltNotifyRc.h"
20
21VS_VERSION_INFO VERSIONINFO
22 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
23 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
24 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
25#ifdef _DEBUG
26 FILEFLAGS VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
27#else
28 FILEFLAGS 0 // final version
29#endif
30 FILEOS VOS__WINDOWS32
31 FILETYPE VFT_DLL
32 FILESUBTYPE VFT2_UNKNOWN
33BEGIN
34 BLOCK "StringFileInfo"
35 BEGIN
36 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
37 BEGIN
38 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
39 VALUE "FileDescription", "VirtualBox Bridged Networking Driver Notify Object\0"
40 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
41 VALUE "InternalName", "VBoxNetFltNotify.dll\0"
42 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
43 VALUE "OriginalFilename","VBoxNetFltNotify.dll\0"
44 VALUE "ProductName", "Sun VirtualBox\0"
45 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
46 END
47 END
48 BLOCK "VarFileInfo"
49 BEGIN
50 VALUE "Translation", 0x409, 1252
51 END
52END
53
54/////////////////////////////////////////////////////////////////////////////
55//
56// REGISTRY
57//
58
59IDR_REG_VBOXNETFLT_NOTIFY REGISTRY "VBoxNetFltNotify.rgs"
60
611 TYPELIB "VBoxNetFltNotifyn.tlb"
62
Note: See TracBrowser for help on using the repository browser.

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