[SPIDER] Add EXE version info

This commit is contained in:
Thamatip Chitpong 2024-06-03 22:54:35 +07:00
parent a01cbc3ac2
commit b399f7d5b4

View file

@ -5,6 +5,11 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Spider Solitaire Game"
#define REACTOS_STR_INTERNAL_NAME "spider"
#define REACTOS_STR_ORIGINAL_FILENAME "spider.exe"
#include <reactos/version.rc>
IDI_SPIDER ICON "spider.ico"
#include <reactos/manifest_exe.rc>