The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
1.8 KiB
91 lines
1.8 KiB
// Microsoft Visual C++ generated resource script.
|
|
//
|
|
// ... other stuff
|
|
#include "resource.h"
|
|
#include "Version.h"
|
|
#include <windows.h>
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (United States) resources
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION VER_FILE_VERSION
|
|
PRODUCTVERSION VER_PRODUCT_VERSION
|
|
FILEFLAGSMASK 0x17L
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x4L
|
|
FILETYPE 0x1L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040704b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Sig"
|
|
VALUE "FileDescription", "Crawler Game"
|
|
VALUE "FileVersion", VER_FILE_VERSION_STR "\0"
|
|
VALUE "InternalName", "Crawler.exe"
|
|
VALUE "LegalCopyright", "Copyright 2023"
|
|
VALUE "OriginalFilename", "Crawler.exe"
|
|
VALUE "ProductName", "Crawler"
|
|
VALUE "ProductVersion", VER_PRODUCT_VERSION_STR "\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x407, 1200
|
|
END
|
|
END
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
MAINICON ICON "assets\\heart.ico"
|
|
|
|
|
|
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE
|
|
BEGIN
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|
|
|