mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-01 04:58:57 +00:00
29 lines
700 B
Plaintext
29 lines
700 B
Plaintext
#include <windows.h>
|
|
#include <commctrl.h>
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 5, 91, 100, 3470
|
|
PRODUCTVERSION 5, 91, 100, 3470
|
|
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"
|
|
VALUE "FileVersion", "5.91.0\0"
|
|
VALUE "ProductVersion", "5.91.0\0"
|
|
VALUE "LegalCopyright", "Copyright © Alexander Roshal 1993-2020\0"
|
|
VALUE "OriginalFilename", "Unrar.dll\0"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 0x04E4
|
|
}
|
|
}
|
|
|