12e5b6d6dSopenharmony_ci//Do not edit with Microsoft Developer Studio because it will modify this
22e5b6d6dSopenharmony_ci//script in the wrong way.
32e5b6d6dSopenharmony_ci// Copyright (C) 2016 and later: Unicode, Inc. and others.
42e5b6d6dSopenharmony_ci// License & terms of use: http://www.unicode.org/copyright.html
52e5b6d6dSopenharmony_ci// Copyright (c) 2001-2010 International Business Machines
62e5b6d6dSopenharmony_ci// Corporation and others. All Rights Reserved.
72e5b6d6dSopenharmony_ci//
82e5b6d6dSopenharmony_ci#define APSTUDIO_READONLY_SYMBOLS
92e5b6d6dSopenharmony_ci/////////////////////////////////////////////////////////////////////////////
102e5b6d6dSopenharmony_ci//
112e5b6d6dSopenharmony_ci// Generated from the TEXTINCLUDE 2 resource.
122e5b6d6dSopenharmony_ci//
132e5b6d6dSopenharmony_ci#include "winresrc.h"
142e5b6d6dSopenharmony_ci
152e5b6d6dSopenharmony_ci/////////////////////////////////////////////////////////////////////////////
162e5b6d6dSopenharmony_ci#undef APSTUDIO_READONLY_SYMBOLS
172e5b6d6dSopenharmony_ci
182e5b6d6dSopenharmony_ci/////////////////////////////////////////////////////////////////////////////
192e5b6d6dSopenharmony_ci//
202e5b6d6dSopenharmony_ci
212e5b6d6dSopenharmony_ciLANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
222e5b6d6dSopenharmony_ci#pragma code_page(1252)
232e5b6d6dSopenharmony_ci
242e5b6d6dSopenharmony_ci#include "msvcres.h"
252e5b6d6dSopenharmony_ci
262e5b6d6dSopenharmony_ci/////////////////////////////////////////////////////////////////////////////
272e5b6d6dSopenharmony_ci//
282e5b6d6dSopenharmony_ci// Version
292e5b6d6dSopenharmony_ci//
302e5b6d6dSopenharmony_ci#define STR(s) #s
312e5b6d6dSopenharmony_ci#define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0"
322e5b6d6dSopenharmony_ci
332e5b6d6dSopenharmony_ciVS_VERSION_INFO VERSIONINFO
342e5b6d6dSopenharmony_ci FILEVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM
352e5b6d6dSopenharmony_ci PRODUCTVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM
362e5b6d6dSopenharmony_ci FILEFLAGSMASK 0x3fL
372e5b6d6dSopenharmony_ci#ifdef _DEBUG
382e5b6d6dSopenharmony_ci FILEFLAGS 0x1L
392e5b6d6dSopenharmony_ci#else
402e5b6d6dSopenharmony_ci FILEFLAGS 0x0L
412e5b6d6dSopenharmony_ci#endif
422e5b6d6dSopenharmony_ci FILEOS VOS__WINDOWS32
432e5b6d6dSopenharmony_ci FILETYPE VFT_DLL
442e5b6d6dSopenharmony_ci FILESUBTYPE 0x0L
452e5b6d6dSopenharmony_ciBEGIN
462e5b6d6dSopenharmony_ci    BLOCK "StringFileInfo"
472e5b6d6dSopenharmony_ci    BEGIN
482e5b6d6dSopenharmony_ci        BLOCK "00000000"
492e5b6d6dSopenharmony_ci        BEGIN
502e5b6d6dSopenharmony_ci            VALUE "Comments", ICU_WEBSITE "\0"
512e5b6d6dSopenharmony_ci            VALUE "CompanyName", ICU_COMPANY "\0"
522e5b6d6dSopenharmony_ci            VALUE "FileDescription", ICU_PRODUCT_PREFIX " Data DLL\0"
532e5b6d6dSopenharmony_ci            VALUE "FileVersion",  CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
542e5b6d6dSopenharmony_ci            VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
552e5b6d6dSopenharmony_ci            VALUE "OriginalFilename", "icudt" U_ICU_VERSION_SHORT ".dll\0"
562e5b6d6dSopenharmony_ci            VALUE "PrivateBuild", "\0"
572e5b6d6dSopenharmony_ci            VALUE "ProductName", ICU_PRODUCT "\0"
582e5b6d6dSopenharmony_ci            VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
592e5b6d6dSopenharmony_ci            VALUE "SpecialBuild", "\0"
602e5b6d6dSopenharmony_ci        END
612e5b6d6dSopenharmony_ci    END
622e5b6d6dSopenharmony_ci    BLOCK "VarFileInfo"
632e5b6d6dSopenharmony_ci    BEGIN
642e5b6d6dSopenharmony_ci        VALUE "Translation", 0x000, 0000
652e5b6d6dSopenharmony_ci    END
662e5b6d6dSopenharmony_ciEND
672e5b6d6dSopenharmony_ci
682e5b6d6dSopenharmony_ci/////////////////////////////////////////////////////////////////////////////
692e5b6d6dSopenharmony_ci
70