VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc@ 13483

Last change on this file since 13483 was 13462, checked in by vboxsync, 16 years ago

fix headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1/* $Id: VBoxService.rc 13462 2008-10-22 06:46:45Z vboxsync $ */
2/** @file
3 * VBoxService - Resouce file containing version info and icon.
4 */
5
6/*
7 * Copyright (C) 2008 Sun Microsystems, Inc.
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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
19 * additional information or have any questions.
20 */
21
22#include <windows.h>
23#include <VBox/version.h>
24#include "resource.h"
25
26LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
27
28VS_VERSION_INFO VERSIONINFO
29 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
30 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
31 FILEFLAGSMASK 0x3fL
32 FILEFLAGS 0x0L
33 FILEOS 0x40004L
34 FILETYPE 0x2L
35 FILESUBTYPE 0x0L
36BEGIN
37 BLOCK "StringFileInfo"
38 BEGIN
39 BLOCK "040904b0"
40 BEGIN
41 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
42 VALUE "FileDescription", "VirtualBox Guest Additions Service\0"
43 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
44 VALUE "InternalName", "VBoxService\0"
45 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
46 VALUE "OriginalFilename", "VBoxService.exe\0"
47 VALUE "ProductName", "VirtualBox Guest Additions\0"
48 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
49 END
50 END
51 BLOCK "VarFileInfo"
52 BEGIN
53 VALUE "Translation", 0x409, 1200
54 END
55END
56
57#include "VBoxService-icon.rc"
58
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