VirtualBox

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

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

Report proper file version for VBoxC/VBoxSVC on Windows.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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 VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
28 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
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_DLL
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 VirtualBox Interface\0"
45 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
46 VALUE "InternalName", "VBOXC\0"
47 VALUE "LegalCopyright", "\0"
48 VALUE "LegalTrademarks", "\0"
49 VALUE "OriginalFilename","VBOXC.DLL\0"
50 VALUE "ProductName", "Sun VirtualBox\0"
51 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\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/////////////////////////////////////////////////////////////////////////////
64//
65// REGISTRY
66//
67
68IDR_VIRTUALBOX REGISTRY "VBoxC.rgs"
69
701 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