This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/win32/yapsi_version.rc

27 lines
635 B
Text
Raw Normal View History

2025-12-25 01:37:49 +05:00
// NOTE: "1, 0, 0, 1000" should be left intact
1 VERSIONINFO
FILEVERSION 1, 0, 0, 1000
PRODUCTVERSION 1, 0, 0, 1000
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x2L
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "041904E3"
BEGIN
VALUE "FileVersion", "1, 0, 0, 1000"
VALUE "FileDescription", "<22>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\0"
VALUE "ProductVersion", "1, 0, 0, 1000"
VALUE "ProductName", "<22>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\0"
VALUE "CompanyName", "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x419, 1251
END
END