mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
23 lines
688 B
Plaintext
23 lines
688 B
Plaintext
#include <windows.h>
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 0,0,0,0
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904E4"
|
|
BEGIN
|
|
VALUE "CompanyName", "GoldFish contributors\0"
|
|
VALUE "FileDescription", "GoldFish Engine\0"
|
|
VALUE "LegalCopyright", "Public domain, original by GoldFish contributors\0"
|
|
VALUE "FileVersion", "0.0.0.0\0"
|
|
VALUE "ProductName", "GoldFish Engine\0"
|
|
END
|
|
END
|
|
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 65001
|
|
END
|
|
END
|