initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

26
win32/yapsi_version.rc Normal file
View file

@ -0,0 +1,26 @@
// 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", "ß.Îíëàéí\0"
VALUE "ProductVersion", "1, 0, 0, 1000"
VALUE "ProductName", "ß.Îíëàéí\0"
VALUE "CompanyName", "ÎÎÎ ßíäåêñ\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x419, 1251
END
END