1 /* Resources for unistring.dll */
5 VS_VERSION_INFO VERSIONINFO
6 FILEVERSION PACKAGE_VERSION_MAJOR,PACKAGE_VERSION_MINOR,PACKAGE_VERSION_SUBMINOR,0
7 PRODUCTVERSION PACKAGE_VERSION_MAJOR,PACKAGE_VERSION_MINOR,PACKAGE_VERSION_SUBMINOR,0
8 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
10 FILEFLAGS 0x1L /* VS_FF_DEBUG */
14 FILEOS 0x10004L /* VOS_DOS_WINDOWS32 */
15 FILETYPE 0x2L /* VFT_DLL */
16 FILESUBTYPE 0x0L /* VFT2_UNKNOWN */
18 BLOCK "StringFileInfo"
20 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
22 VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>\0"
23 VALUE "CompanyName", "Free Software Foundation\0"
24 VALUE "FileDescription", "LGPLed libunistring for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
25 VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
26 VALUE "InternalName", "unistring.dll\0"
27 VALUE "LegalCopyright", "Copyright (C) 2001-2011\0"
28 VALUE "LegalTrademarks", "\0"
29 VALUE "OriginalFilename", "unistring.dll\0"
30 VALUE "ProductName", "libunistring: Unicode string library\0"
31 VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0"
36 VALUE "Translation", 0x0409, 0 /* US English, ASCII */