VirtualBox

source: vbox/trunk/src/VBox/Main/win/VBoxC.rc@ 28800

Last change on this file since 28800 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • 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 Oracle Corporation
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
17#include <windows.h>
18#include <VBox/version.h>
19
20#include "resource.h"
21
22VS_VERSION_INFO VERSIONINFO
23 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
24 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
25 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
26#ifdef _DEBUG
27 FILEFLAGS VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
28#else
29 FILEFLAGS 0 // final version
30#endif
31 FILEOS VOS__WINDOWS32
32 FILETYPE VFT_DLL
33 FILESUBTYPE 0 // not used
34BEGIN
35 BLOCK "StringFileInfo"
36 BEGIN
37 BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
38 BEGIN
39 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
40 VALUE "FileDescription", "VirtualBox Interface\0"
41 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
42 VALUE "InternalName", "VBoxC.dll\0"
43 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
44 VALUE "OriginalFilename","VBoxC.dll\0"
45 VALUE "ProductName", "Sun VirtualBox\0"
46 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
47
48 VALUE "OLESelfRegister", ""
49
50 END
51 END
52 BLOCK "VarFileInfo"
53 BEGIN
54 VALUE "Translation", 0x409, 1252
55 END
56END
57
58/////////////////////////////////////////////////////////////////////////////
59//
60// REGISTRY
61//
62
63IDR_VIRTUALBOX REGISTRY "VBoxC.rgs"
64
651 TYPELIB "VirtualBox.tlb"
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