Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | //Do not edit with Microsoft Developer Studio because it will modify this |
michael@0 | 2 | //script in the wrong way. |
michael@0 | 3 | // Copyright (c) 2001-2010 International Business Machines |
michael@0 | 4 | // Corporation and others. All Rights Reserved. |
michael@0 | 5 | // |
michael@0 | 6 | #define APSTUDIO_READONLY_SYMBOLS |
michael@0 | 7 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 8 | // |
michael@0 | 9 | // Generated from the TEXTINCLUDE 2 resource. |
michael@0 | 10 | // |
michael@0 | 11 | #include "winresrc.h" |
michael@0 | 12 | |
michael@0 | 13 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 14 | #undef APSTUDIO_READONLY_SYMBOLS |
michael@0 | 15 | |
michael@0 | 16 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 17 | // |
michael@0 | 18 | |
michael@0 | 19 | LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL |
michael@0 | 20 | #pragma code_page(1252) |
michael@0 | 21 | |
michael@0 | 22 | #include "msvcres.h" |
michael@0 | 23 | |
michael@0 | 24 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 25 | // |
michael@0 | 26 | // Version |
michael@0 | 27 | // |
michael@0 | 28 | #define STR(s) #s |
michael@0 | 29 | #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0" |
michael@0 | 30 | |
michael@0 | 31 | VS_VERSION_INFO VERSIONINFO |
michael@0 | 32 | FILEVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM |
michael@0 | 33 | PRODUCTVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM |
michael@0 | 34 | FILEFLAGSMASK 0x3fL |
michael@0 | 35 | #ifdef _DEBUG |
michael@0 | 36 | FILEFLAGS 0x1L |
michael@0 | 37 | #else |
michael@0 | 38 | FILEFLAGS 0x0L |
michael@0 | 39 | #endif |
michael@0 | 40 | FILEOS VOS__WINDOWS32 |
michael@0 | 41 | FILETYPE VFT_DLL |
michael@0 | 42 | FILESUBTYPE 0x0L |
michael@0 | 43 | BEGIN |
michael@0 | 44 | BLOCK "StringFileInfo" |
michael@0 | 45 | BEGIN |
michael@0 | 46 | BLOCK "00000000" |
michael@0 | 47 | BEGIN |
michael@0 | 48 | VALUE "Comments", ICU_WEBSITE "\0" |
michael@0 | 49 | VALUE "CompanyName", ICU_COMPANY "\0" |
michael@0 | 50 | VALUE "FileDescription", ICU_PRODUCT_PREFIX " Data DLL\0" |
michael@0 | 51 | 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 | 52 | VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0" |
michael@0 | 53 | VALUE "OriginalFilename", "icudt" U_ICU_VERSION_SHORT ".dll\0" |
michael@0 | 54 | VALUE "PrivateBuild", "\0" |
michael@0 | 55 | VALUE "ProductName", ICU_PRODUCT "\0" |
michael@0 | 56 | 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 | 57 | VALUE "SpecialBuild", "\0" |
michael@0 | 58 | END |
michael@0 | 59 | END |
michael@0 | 60 | BLOCK "VarFileInfo" |
michael@0 | 61 | BEGIN |
michael@0 | 62 | VALUE "Translation", 0x000, 0000 |
michael@0 | 63 | END |
michael@0 | 64 | END |
michael@0 | 65 | |
michael@0 | 66 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 67 |