-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrometheus.rc
48 lines (41 loc) · 1.36 KB
/
Prometheus.rc
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
IDI_ICON1 ICON DISCARDABLE "Images/icon.ico"
#ifndef RT_MANIFEST
#define RT_MANIFEST 24
#endif
#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
#endif
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "Prometheus.manifest"
#define VS_VERSION_INFO 1
#define VOS__WINDOWS32 0x00000004
#define VFT_APP 0x00000001 /* File contains application */
#define VS_FF_SPECIALBUILD 0x00000020
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILEFLAGS VS_FF_SPECIALBUILD
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "Koç University"
VALUE "FileDescription", "A graphical user interface for ""fireprog.exe"""
VALUE "FileVersion", "1.0"
VALUE "InternalName", "Prometheus"
VALUE "LegalCopyright", "Altynbek Isabekov, Onurhan Öztürk"
VALUE "OriginalFilename", "Prometheus.exe"
VALUE "ProductName", "Prometheus"
VALUE "ProductVersion", "1.0"
VALUE "SpecialBuild", "Cross-compiled on Linux using MinGW-w64"
VALUE "Comments", "The GUI is written using Qt5 library"
END
END
BLOCK "VarFileInfo"
BEGIN
/* 0x0409: English (U.S.), 0x04B0: Unicode charset, 0x04E4: Multilingual */
VALUE "Translation", 0x0409, 0x04B0
END
END