mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SOLITAIRE] Add EXE version info
This commit is contained in:
parent
4ad83ef095
commit
a01cbc3ac2
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Solitaire Game"
|
||||
#define REACTOS_STR_INTERNAL_NAME "sol"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "sol.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
IDI_SOLITAIRE ICON "solitaire.ico"
|
||||
|
||||
#include <reactos/manifest_exe.rc>
|
||||
|
|
Loading…
Reference in a new issue