VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.rc

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1/*
2 * Copyright (C) 2011-2023 Oracle and/or its affiliates.
3 *
4 * This file is part of VirtualBox base platform packages, as
5 * available from https://www.virtualbox.org.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation, in version 3 of the
10 * License.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, see <https://www.gnu.org/licenses>.
19 *
20 * SPDX-License-Identifier: GPL-3.0-only
21 */
22
23#include <windows.h>
24#include <VBox/version.h>
25
26LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
27
28VS_VERSION_INFO VERSIONINFO
29 FILEVERSION VBOX_RC_FILE_VERSION
30 PRODUCTVERSION VBOX_RC_FILE_VERSION
31 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
32 FILEFLAGS VBOX_RC_FILE_FLAGS
33 FILEOS VBOX_RC_FILE_OS
34 FILETYPE VBOX_RC_TYPE_DLL
35 FILESUBTYPE VFT2_UNKNOWN
36BEGIN
37 BLOCK "StringFileInfo"
38 BEGIN
39 BLOCK "040904b0"
40 BEGIN
41#ifdef RT_ARCH_AMD64
42 VALUE "FileDescription", "VirtualBox Video Usermode DirectX 64-bit Driver\0"
43 VALUE "InternalName", "VBoxDX\0"
44 VALUE "OriginalFilename", "VBoxDX.dll\0"
45#else
46 VALUE "FileDescription", "VirtualBox Video Usermode DirectX Driver\0"
47 VALUE "InternalName", "VBoxDX\0"
48# ifdef VBOX_WDDM_WOW64
49 VALUE "OriginalFilename", "VBoxDX-x86.dll\0"
50# else
51 VALUE "OriginalFilename", "VBoxDX.dll\0"
52# endif
53#endif
54 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
55 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
56 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
57 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_GA_STR
58 VALUE "ProductVersion", VBOX_RC_PRODUCT_VERSION_STR
59 VBOX_RC_MORE_STRINGS
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.

© 2023 Oracle
ContactPrivacy policyTerms of Use