Files
Ghostship/properties.h
T
2026-01-07 02:21:30 -06:00

15 lines
428 B
C

#define VER_FILEVERSION 1, 0, 0, 0
#define VER_FILEVERSION_STR "1.0.0\0"
#define VER_PRODUCTVERSION 1, 0, 0, 0
#define VER_PRODUCTVERSION_str "1.0.0\0"
#define VER_COMPANYNAME_STR "Lywx\0"
#define VER_PRODUCTNAME_STR "Ghostship\0"
#define VER_INTERNALNAME_STR "Ghostship\0"
#define VER_ORIGINALFILENAME_STR "Ghostship.exe\0"
#define VER_FILEDESCRIPTION_STR "Ghostship - Barnard Alfa\0"