Initial commit
This commit is contained in:
commit
7802b00e85
12 changed files with 126 additions and 0 deletions
30
wt95.rc
Normal file
30
wt95.rc
Normal file
|
@ -0,0 +1,30 @@
|
|||
#define IDI_ICON1 201
|
||||
|
||||
#ifdef RC_INVOKED
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,0,0,1
|
||||
PRODUCTVERSION 0,0,0,1
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Meow Boutique"
|
||||
VALUE "FileDescription", "Walltaker95 - Walltaker client for legacy Windows"
|
||||
VALUE "FileVersion", "0.1"
|
||||
VALUE "InternalName", "wt95"
|
||||
VALUE "LegalCopyright", "conejo"
|
||||
VALUE "OriginalFilename", "wt95.exe"
|
||||
VALUE "ProductName", "Walltaker95"
|
||||
VALUE "ProductVersion", "0.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1252
|
||||
END
|
||||
END
|
||||
2 ICON "res/256px.ico"
|
||||
IDI_ICON1 ICON "res/16px.ico"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue