Files
lanthing-pc/lanthing.rc.in
2026-04-05 12:00:32 +08:00

41 lines
1.2 KiB
Plaintext

#define LT_VERSION @LT_VERSION_MAJOR@,@LT_VERSION_MINOR@,@LT_VERSION_PATCH@
#define LT_VERSION_STR "@LT_VERSION_MAJOR@.@LT_VERSION_MINOR@.@LT_VERSION_PATCH@.@LT_COMMIT_ID@"
#include "winres.h"
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
IDB_PNG1 ICON "@LT_WINDOWS_ICON_PATH@"
VS_VERSION_INFO VERSIONINFO
FILEVERSION LT_VERSION
PRODUCTVERSION LT_VERSION
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "CompanyName", "Project Lanthing"
VALUE "FileDescription", "Lanthing"
VALUE "FileVersion", LT_VERSION_STR
VALUE "InternalName", "lanthing.exe"
VALUE "LegalCopyright", "Copyright (C) 2024 Project Lanthing All Rights Reserved"
VALUE "OriginalFilename", "lanthing.exe"
VALUE "ProductName", "Lanthing"
VALUE "ProductVersion", LT_VERSION_STR
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200
END
END