2020-07-15 00:40:26 +02:00
|
|
|
|
#include <windows.h>
|
|
|
|
|
#include <commctrl.h>
|
|
|
|
|
|
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
2021-05-24 17:37:15 +02:00
|
|
|
|
FILEVERSION 6, 2, 1, 3796
|
|
|
|
|
PRODUCTVERSION 6, 2, 1, 3796
|
2020-07-15 00:40:26 +02:00
|
|
|
|
FILEOS VOS__WINDOWS32
|
|
|
|
|
FILETYPE VFT_APP
|
|
|
|
|
{
|
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
|
{
|
|
|
|
|
BLOCK "040904E4"
|
|
|
|
|
{
|
|
|
|
|
VALUE "CompanyName", "Alexander Roshal\0"
|
|
|
|
|
VALUE "ProductName", "RAR decompression library\0"
|
|
|
|
|
VALUE "FileDescription", "RAR decompression library\0"
|
2021-05-24 17:37:15 +02:00
|
|
|
|
VALUE "FileVersion", "6.2.1\0"
|
|
|
|
|
VALUE "ProductVersion", "6.2.1\0"
|
|
|
|
|
VALUE "LegalCopyright", "Copyright <20> Alexander Roshal 1993-2021\0"
|
2020-07-15 00:40:26 +02:00
|
|
|
|
VALUE "OriginalFilename", "Unrar.dll\0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
|
{
|
|
|
|
|
VALUE "Translation", 0x0409, 0x04E4
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|