VirtualBox

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

Last change on this file since 32375 was 32375, checked in by vboxsync, 14 years ago

rc branding fixes part 2

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1/* $Id: VirtualBox.rc 32375 2010-09-10 09:10:21Z vboxsync $ */
2/** @file
3 * Windows resource file for VirtualBox.exe.
4 */
5
6/*
7 * Copyright (C) 2006-2010 Oracle Corporation
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
18#include <windows.h>
19#include <VBox/version.h>
20
21VS_VERSION_INFO VERSIONINFO
22 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
23 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
24 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
25#ifdef _DEBUG
26 FILEFLAGS VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
27#else
28 FILEFLAGS 0 // final version
29#endif
30 FILEOS VOS__WINDOWS32
31 FILETYPE VFT_APP
32 FILESUBTYPE 0 // not used
33BEGIN
34 BLOCK "StringFileInfo"
35 BEGIN
36 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
37 BEGIN
38 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
39 VALUE "FileDescription", "VirtualBox GUI\0"
40 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
41 VALUE "InternalName", "VirtualBox.exe\0"
42 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
43 VALUE "OriginalFilename","VirtualBox.exe\0"
44 VALUE "ProductName", VBOX_PRODUCT "\0"
45 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
46 END
47 END
48 BLOCK "VarFileInfo"
49 BEGIN
50 VALUE "Translation", 0x409, 1252
51 END
52END
53
54/* Creates the application icon. */
55#include "VirtualBox-icon.rc"
56
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