Changeset 32372 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders
- Timestamp:
- Sep 10, 2010 7:51:30 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65723
- Location:
- trunk/src/VBox/Additions/WINNT/SharedFolders/redirector
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.rc
r31661 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxMRXNP - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 7 * Copyright (C) 2006-2007 Oracle Corporation … … 35 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 36 41 VALUE "OriginalFilename", "VBoxMRXNP.DLL\0" 37 VALUE "ProductName", "VirtualBoxGuest Additions\0"42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 38 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 44 END -
trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/VBoxSF.rc
-
Property svn:keywords
changed from
Id Revision
toAuthor Date Id Revision
r31661 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxSF - Resouce file containing version info and icon. 4 */ 5 1 6 /* 2 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 3 8 * 4 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 35 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 36 41 VALUE "OriginalFilename", "VBoxSF.sys\0" 37 VALUE "ProductName", "VirtualBoxGuest Additions\0"42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 38 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 44 END -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.