VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.rc@ 43621

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

Additions/Video: display/miniport drivers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1/* $Id: VBoxDispD3D.rc 36867 2011-04-28 07:27:03Z vboxsync $ */
2
3/** @file
4 * VBoxDispD3D - Resource file containing version info and icon.
5 */
6
7/*
8 * Copyright (C) 2011 Oracle Corporation
9 *
10 * This file is part of VirtualBox Open Source Edition (OSE), as
11 * available from http://www.virtualbox.org. This file is free software;
12 * you can redistribute it and/or modify it under the terms of the GNU
13 * General Public License (GPL) as published by the Free Software
14 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17 */
18
19#include <windows.h>
20#include <VBox/version.h>
21
22LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23
24VS_VERSION_INFO VERSIONINFO
25 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
26 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
27 FILEFLAGSMASK 0x3fL
28 FILEFLAGS 0x0L
29 FILEOS 0x40004L
30 FILETYPE 0x2L
31 FILESUBTYPE 0x0L
32BEGIN
33 BLOCK "StringFileInfo"
34 BEGIN
35 BLOCK "040904b0"
36 BEGIN
37#ifdef RT_ARCH_AMD64
38 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
39 VALUE "FileDescription", "VirtualBox Video Usermode D3D 64bit Driver\0"
40 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
41 VALUE "InternalName", "VBoxDispD3D\0"
42 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
43 VALUE "OriginalFilename", "VBoxDispD3D.dll\0"
44 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0"
45 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
46#else
47 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
48 VALUE "FileDescription", "VirtualBox Video Usermode D3D Driver\0"
49 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
50 VALUE "InternalName", "VBoxDispD3D\0"
51 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
52#ifdef VBOX_WDDM_WOW64
53 VALUE "OriginalFilename", "VBoxDispD3D-x86.dll\0"
54#else
55 VALUE "OriginalFilename", "VBoxDispD3D.dll\0"
56#endif
57 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0"
58 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
59#endif
60 END
61 END
62 BLOCK "VarFileInfo"
63 BEGIN
64 VALUE "Translation", 0x409, 1200
65 END
66END
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