michael@0: //Do not edit with Microsoft Developer Studio because it will modify this michael@0: //script in the wrong way. michael@0: // Copyright (c) 2001-2010 International Business Machines michael@0: // Corporation and others. All Rights Reserved. michael@0: // michael@0: #define APSTUDIO_READONLY_SYMBOLS michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: // Generated from the TEXTINCLUDE 2 resource. michael@0: // michael@0: #include "winresrc.h" michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: #undef APSTUDIO_READONLY_SYMBOLS michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: michael@0: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL michael@0: #pragma code_page(1252) michael@0: michael@0: #include "msvcres.h" michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: // Version michael@0: // michael@0: #define STR(s) #s michael@0: #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0" michael@0: michael@0: VS_VERSION_INFO VERSIONINFO michael@0: FILEVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM michael@0: PRODUCTVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM michael@0: FILEFLAGSMASK 0x3fL michael@0: #ifdef _DEBUG michael@0: FILEFLAGS 0x1L michael@0: #else michael@0: FILEFLAGS 0x0L michael@0: #endif michael@0: FILEOS VOS__WINDOWS32 michael@0: FILETYPE VFT_DLL michael@0: FILESUBTYPE 0x0L michael@0: BEGIN michael@0: BLOCK "StringFileInfo" michael@0: BEGIN michael@0: BLOCK "00000000" michael@0: BEGIN michael@0: VALUE "Comments", ICU_WEBSITE "\0" michael@0: VALUE "CompanyName", ICU_COMPANY "\0" michael@0: VALUE "FileDescription", ICU_PRODUCT_PREFIX " Data DLL\0" michael@0: VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM) michael@0: VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0" michael@0: VALUE "OriginalFilename", "icudt" U_ICU_VERSION_SHORT ".dll\0" michael@0: VALUE "PrivateBuild", "\0" michael@0: VALUE "ProductName", ICU_PRODUCT "\0" michael@0: VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM) michael@0: VALUE "SpecialBuild", "\0" michael@0: END michael@0: END michael@0: BLOCK "VarFileInfo" michael@0: BEGIN michael@0: VALUE "Translation", 0x000, 0000 michael@0: END michael@0: END michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: