VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc@ 8061

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

Rebranding: Guest Additions graphic drivers.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1#include <windows.h>
2#include <VBox/version.h>
3
4LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
5
6VS_VERSION_INFO VERSIONINFO
7 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
8 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
9 FILEFLAGSMASK 0x3fL
10 FILEFLAGS 0x0L
11 FILEOS 0x40004L
12 FILETYPE 0x3L
13 FILESUBTYPE 0x4L
14BEGIN
15 BLOCK "StringFileInfo"
16 BEGIN
17 BLOCK "040904b0"
18 BEGIN
19 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
20 VALUE "FileDescription", "xVM VirtualBox Display Driver\0"
21 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
22 VALUE "InternalName", "VBoxDisp\0"
23 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
24 VALUE "OriginalFilename", "VBoxDisp.dll\0"
25 VALUE "ProductName", "xVM VirtualBox Guest Additions\0"
26 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
27 END
28 END
29 BLOCK "VarFileInfo"
30 BEGIN
31 VALUE "Translation", 0x409, 1200
32 END
33END
34
351 RCDATA
36BEGIN
37// Machine dependent parameters
38 17, // Height of vertical thumb
39 17, // Width of horizontal thumb
40 2, // Icon horiz compression factor
41 2, // Icon vert compression factor
42 1, // Cursor horz compression factor
43 1, // Cursor vert compression factor
44 0, // Kanji window height
45 1, // cxBorder (thickness of vertical lines)
46 1 // cyBorder (thickness of horizontal lines)
47END
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