Changeset 32372 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Timestamp:
- Sep 10, 2010 7:51:30 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc
-
Property svn:keywords
changed from
Id Revision
toAuthor Date Id Revision
r26562 r32372 1 /* $Id$ */ 2 /** @file 3 * vrdpvd - Resource file containing version info and icon. 4 */ 5 6 /* 7 * Copyright (C) 2008-2010 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 1 17 #include <windows.h> 2 18 #include <VBox/version.h> … … 23 39 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 24 40 VALUE "OriginalFilename", "VRdpvd.sys\0" 25 VALUE "ProductName", "VirtualBoxGuest Additions\0"41 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 26 42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 27 43 END -
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc
r26505 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxVideo - Resource file containing version info and icon. 4 */ 5 6 /* 7 * Copyright (C) 2006-2010 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 17 1 18 #include <windows.h> 2 19 #include <VBox/version.h> … … 23 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 24 41 VALUE "OriginalFilename", "VBoxVideo.sys\0" 25 VALUE "ProductName", "VirtualBoxGuest Additions\0"42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 26 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 27 44 END -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.rc
r28800 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxVideoWddm - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 7 * Copyright (C) 2010 Oracle Corporation … … 34 39 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 35 40 VALUE "OriginalFilename", "VBoxVideoWddm.sys\0" 36 VALUE "ProductName", "VirtualBoxGuest Additions\0"41 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 37 42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 38 43 END
Note:
See TracChangeset
for help on using the changeset viewer.