-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathresources.rc
More file actions
31 lines (29 loc) · 880 Bytes
/
Copy pathresources.rc
File metadata and controls
31 lines (29 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include <windows.h>
IDI_ICON1 ICON "worldmap.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,11,1
PRODUCTVERSION 0,11,1
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
FILETYPE 0x1L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "panik4"
VALUE "FileDescription", "A random world generator and custom map generation tool for some games from paradox interactive"
VALUE "FileVersion", "0.11.1"
VALUE "InternalName", "RandomParadox.exe"
VALUE "OriginalFilename", "RandomParadox.exe"
VALUE "ProductName", "RandomParadox"
VALUE "ProductVersion", "0.11.1"
VALUE "LegalCopyright", "Copyright (C) 2026 panik4"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END