Newer
Older
TelosDB / src / backend / resources / windows.rc
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 12 hours ago 809 bytes build: improve Windows resource compile logging and error messages
/* ASCII-only resource file (no BOM) */
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 0,2,0,0
 PRODUCTVERSION 0,2,0,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904B0"
        BEGIN
            VALUE "CompanyName", "TelosDB Project\0"
            VALUE "FileDescription", "TelosDB Database Server\0"
            VALUE "FileVersion", "0.2.0\0"
            VALUE "InternalName", "telos-db.exe\0"
            VALUE "OriginalFilename", "telos-db.exe\0"
            VALUE "ProductName", "TelosDB\0"
            VALUE "ProductVersion", "0.2.0\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x0409, 1200
    END
END