michael@0: // Do not edit with Microsoft Developer Studio Resource Editor. michael@0: // It will permanently substitute version numbers that are intended to be michael@0: // picked up by the pre-processor during each build. michael@0: // Copyright (c) 2001-2010 International Business Machines michael@0: // Corporation and others. All Rights Reserved. michael@0: // michael@0: #include "../common/msvcres.h" 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 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: #ifdef APSTUDIO_INVOKED michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: // TEXTINCLUDE michael@0: // michael@0: michael@0: 1 TEXTINCLUDE michael@0: BEGIN michael@0: "../../common/msvcres.h\0" michael@0: END michael@0: michael@0: 2 TEXTINCLUDE michael@0: BEGIN michael@0: "#include \0" michael@0: END michael@0: michael@0: 3 TEXTINCLUDE michael@0: BEGIN michael@0: "\r\n" michael@0: "\0" michael@0: END michael@0: michael@0: #endif // APSTUDIO_INVOKED michael@0: 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 " I/O 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: #ifdef _DEBUG michael@0: VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT "d.dll\0" michael@0: #else michael@0: VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT ".dll\0" michael@0: #endif 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: michael@0: michael@0: michael@0: #ifndef APSTUDIO_INVOKED michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: // Generated from the TEXTINCLUDE 3 resource. michael@0: // michael@0: michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: #endif // not APSTUDIO_INVOKED michael@0: