1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00
QB64-PE/internal/source/icon.rc

33 lines
1,017 B
Plaintext
Raw Normal View History

2022-08-26 14:13:09 +00:00
0 ICON "icon.ico"
#include "manifest.h"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "qb64pe.manifest"
1 VERSIONINFO
2022-09-24 17:47:06 +00:00
FILEVERSION 3,2,1,0
PRODUCTVERSION 3,2,1,0
2022-08-26 14:13:09 +00:00
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName","QB64 Phoenix Edition\0"
VALUE "FileDescription","QB64 IDE and Compiler\0"
2022-09-24 17:47:06 +00:00
VALUE "FileVersion","3,2,1,0\0"
2022-08-26 14:13:09 +00:00
VALUE "InternalName","qb64pe.bas\0"
VALUE "LegalCopyright","MIT\0"
VALUE "LegalTrademarks","\0"
VALUE "OriginalFilename","qb64pe.exe\0"
VALUE "ProductName","QB64-PE\0"
2022-09-24 17:47:06 +00:00
VALUE "ProductVersion","3,2,1,0\0"
2022-08-26 14:13:09 +00:00
VALUE "Comments","QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.\0"
VALUE "Web","\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 0x04E4
END
END