VirtualBox

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

Last change on this file since 3130 was 2988, checked in by vboxsync, 18 years ago

InnoTek -> innotek part 4: more miscellaneous files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1/*
2 * VBoxService - Guest Additions Service
3 *
4 * Copyright (C) 2006-2007 innotek GmbH
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 as published by the Free Software Foundation,
10 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
11 * distribution. VirtualBox OSE is distributed in the hope that it will
12 * be useful, but WITHOUT ANY WARRANTY of any kind.
13 *
14 * If you received this file as part of a commercial VirtualBox
15 * distribution, then only the terms of your commercial VirtualBox
16 * license agreement apply instead of the previous paragraph.
17 */
18
19#include <windows.h>
20#include "resource.h"
21
22LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23
24VS_VERSION_INFO VERSIONINFO
25 FILEVERSION 1,0,0,0
26 PRODUCTVERSION 1,0,0,0
27 FILEFLAGSMASK 0x3fL
28 FILEFLAGS 0x0L
29 FILEOS 0x40004L
30 FILETYPE 0x2L
31 FILESUBTYPE 0x0L
32BEGIN
33 BLOCK "StringFileInfo"
34 BEGIN
35 BLOCK "040904b0"
36 BEGIN
37 VALUE "CompanyName", "innotek GmbH"
38 VALUE "FileDescription", "VirtualBox Additions Service\0"
39 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
40 VALUE "InternalName", "vboxservice\0"
41 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"
42 VALUE "OriginalFilename", "VBoxService.exe\0"
43 VALUE "ProductName", "VirtualBox Additions Service\0"
44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
45 END
46 END
47 BLOCK "VarFileInfo"
48 BEGIN
49 VALUE "Translation", 0x409, 1200
50 END
51END
52
53IDI_VIRTUALBOX ICON DISCARDABLE "vbox.ico"
54
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