VirtualBox

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

Last change on this file since 55782 was 55782, checked in by vboxsync, 10 years ago

Added an empty macro as a place holder for any additional strings we may want to add.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1/* $Id: VBoxDispD3D.rc 55782 2015-05-08 22:40:11Z 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_RC_FILE_VERSION
26 PRODUCTVERSION VBOX_RC_FILE_VERSION
27 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
28 FILEFLAGS VBOX_RC_FILE_FLAGS
29 FILEOS VBOX_RC_FILE_OS
30 FILETYPE VBOX_RC_TYPE_DLL
31 FILESUBTYPE VFT2_UNKNOWN
32BEGIN
33 BLOCK "StringFileInfo"
34 BEGIN
35 BLOCK "040904b0"
36 BEGIN
37#ifdef RT_ARCH_AMD64
38 VALUE "FileDescription", "VirtualBox Video Usermode D3D 64-bit Driver\0"
39 VALUE "InternalName", "VBoxDispD3D\0"
40 VALUE "OriginalFilename", "VBoxDispD3D.dll\0"
41#else
42 VALUE "FileDescription", "VirtualBox Video Usermode D3D Driver\0"
43 VALUE "InternalName", "VBoxDispD3D\0"
44# ifdef VBOX_WDDM_WOW64
45 VALUE "OriginalFilename", "VBoxDispD3D-x86.dll\0"
46# else
47 VALUE "OriginalFilename", "VBoxDispD3D.dll\0"
48# endif
49#endif
50 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
51 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
52 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
53 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_GA_STR
54
55 VBOX_RC_MORE_STRINGS
56 END
57 END
58 BLOCK "VarFileInfo"
59 BEGIN
60 VALUE "Translation", 0x409, 1200
61 END
62END
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