Changeset 32372 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Sep 10, 2010 7:51:30 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 65723
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Display
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc
-
Property svn:keywords
changed from
Id Revision
toAuthor Date Id Revision
r26562 r32372 1 /* $Id$ */ 2 /** @file 3 * vrdpdd - 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", "vrdpdd.dll\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/Display/VBoxDisp.rc
r26505 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxDisp - 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 */ 17 1 18 #include <windows.h> 2 19 #include <VBox/version.h> … … 23 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 24 41 VALUE "OriginalFilename", "VBoxDisp.dll\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/Display/wddm/VBoxDispD3D.rc
r28800 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxDispD3D - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 7 * Copyright (C) 2010 Oracle Corporation … … 36 41 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 37 42 VALUE "OriginalFilename", "VBoxDispD3D64.dll\0" 38 VALUE "ProductName", "VirtualBoxGuest Additions\0"43 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 39 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 40 45 #else … … 45 50 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 46 51 VALUE "OriginalFilename", "VBoxDispD3D.dll\0" 47 VALUE "ProductName", "VirtualBoxGuest Additions\0"52 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 48 53 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 49 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.