VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.rc@ 27709

Last change on this file since 27709 was 8857, checked in by vboxsync, 16 years ago

VBoxGuest for Windows: Changed VBoxService to VBoxTray (continued).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1/*
2 * VBoxService - Guest Additions Service
3 *
4 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
5 *
6 * This file is part of VirtualBox Open Source Edition (OSE), as
7 * available from http://www.virtualbox.org. This file is free software;
8 * you can redistribute it and/or modify it under the terms of the GNU
9 * General Public License (GPL) as published by the Free Software
10 * Foundation, in version 2 as it comes in the "COPYING" file of the
11 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
13 *
14 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
15 * Clara, CA 95054 USA or visit http://www.sun.com if you need
16 * additional information or have any questions.
17 */
18
19#include <windows.h>
20#include <VBox/version.h>
21#include "resource.h"
22
23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24
25VS_VERSION_INFO VERSIONINFO
26 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
27 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
28 FILEFLAGSMASK 0x3fL
29 FILEFLAGS 0x0L
30 FILEOS 0x40004L
31 FILETYPE 0x2L
32 FILESUBTYPE 0x0L
33BEGIN
34 BLOCK "StringFileInfo"
35 BEGIN
36 BLOCK "040904b0"
37 BEGIN
38 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
39 VALUE "FileDescription", "VirtualBox Guest Additions Tray Application\0"
40 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
41 VALUE "InternalName", "VBoxTray\0"
42 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
43 VALUE "OriginalFilename", "VBoxTray.exe\0"
44 VALUE "ProductName", "VirtualBox Guest Additions\0"
45 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
46 END
47 END
48 BLOCK "VarFileInfo"
49 BEGIN
50 VALUE "Translation", 0x409, 1200
51 END
52END
53
54#include "VBoxTray-icon.rc"
55
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