VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc@ 18524

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

VirtualBox.rc: @file header.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1/* $Id: VirtualBox.rc 18524 2009-03-30 11:42:07Z vboxsync $ */
2/** @file
3 * Windows resource file for VirtualBox.exe.
4 */
5
6/*
7 * Copyright (C) 2006-2009 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
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 VS_FFI_FILEFLAGSMASK
29#ifdef _DEBUG
30 FILEFLAGS VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
31#else
32 FILEFLAGS 0 // final version
33#endif
34 FILEOS VOS__WINDOWS32
35 FILETYPE VFT_APP
36 FILESUBTYPE 0 // not used
37BEGIN
38 BLOCK "StringFileInfo"
39 BEGIN
40 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
41 BEGIN
42 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
43 VALUE "FileDescription", "VirtualBox GUI\0"
44 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
45 VALUE "InternalName", "VirtualBox.exe\0"
46 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
47 VALUE "OriginalFilename","VirtualBox.exe\0"
48 VALUE "ProductName", "Sun VirtualBox\0"
49 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
50 END
51 END
52 BLOCK "VarFileInfo"
53 BEGIN
54 VALUE "Translation", 0x409, 1252
55 END
56END
57
58/* Creates the application icon. */
59#include "VirtualBox-icon.rc"
60
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