VirtualBox

source: vbox/trunk/src/VBox/Main/win/VBoxSVC.rc@ 16560

Last change on this file since 16560 was 8754, checked in by vboxsync, 16 years ago

Added icon to VBoxSVC so we'll look pretty in process explorer and similar.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1/** @file
2 *
3 */
4
5/*
6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License (GPL) as published by the Free Software
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 *
16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17 * Clara, CA 95054 USA or visit http://www.sun.com if you need
18 * additional information or have any questions.
19 */
20
21#include <windows.h>
22#include <winver.h>
23
24#include "resource.h"
25
26VS_VERSION_INFO VERSIONINFO
27 FILEVERSION 1,0,0,1
28 PRODUCTVERSION 1,0,0,1
29 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
30#ifdef _DEBUG
31 FILEFLAGS VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
32#else
33 FILEFLAGS 0 // final version
34#endif
35 FILEOS VOS__WINDOWS32
36 FILETYPE VFT_APP
37 FILESUBTYPE 0 // not used
38BEGIN
39 BLOCK "StringFileInfo"
40 BEGIN
41 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
42 BEGIN
43 VALUE "CompanyName", "Sun Microsystems, Inc.\0"
44 VALUE "FileDescription", "Sun xVM VirtualBox Interface\0"
45 VALUE "FileVersion", "1.0.000\0"
46 VALUE "InternalName", "VBOXSVC\0"
47 VALUE "LegalCopyright", "\0"
48 VALUE "LegalTrademarks", "\0"
49 VALUE "OriginalFilename","VBOXSVC.EXE\0"
50 VALUE "ProductName", "Sun xVM VirtualBox\0"
51 VALUE "ProductVersion", "1.0.000\0"
52
53 VALUE "OLESelfRegister", ""
54
55 END
56 END
57 BLOCK "VarFileInfo"
58 BEGIN
59 VALUE "Translation", 0x409, 1252
60 END
61END
62
63/* Creates the application icon. */
64#include "VBoxSVC-icon.rc"
65
66
67/////////////////////////////////////////////////////////////////////////////
68//
69// REGISTRY
70//
71
72IDR_VIRTUALBOX REGISTRY "VBoxSVC.rgs"
73
741 TYPELIB "VirtualBox.tlb"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use