1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-12 13:25:14 +00:00
QB64-PE/internal/source/icon.rc

33 lines
1 KiB
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
2023-10-08 01:51:58 +00:00
FILEVERSION 3,9,1,0
PRODUCTVERSION 3,9,1,0
2022-08-26 14:13:09 +00:00
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
2023-10-15 14:51:06 +00:00
VALUE "CompanyName","'QB64 Phoenix Edition'\0"
VALUE "FileDescription","'QB64 IDE and Compiler'\0"
2023-10-08 01:51:58 +00:00
VALUE "FileVersion","3,9,1,0\0"
2023-10-15 14:51:06 +00:00
VALUE "InternalName","'qb64pe.bas'\0"
VALUE "LegalCopyright","'MIT'\0"
VALUE "LegalTrademarks","''\0"
VALUE "OriginalFilename","'qb64pe.exe'\0"
VALUE "ProductName","'QB64-PE'\0"
2023-10-08 01:51:58 +00:00
VALUE "ProductVersion","3,9,1,0\0"
2023-10-15 14:51:06 +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"
2022-08-26 14:13:09 +00:00
VALUE "Web","\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 0x04E4
END
END