-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgOdTimes-prototype.rc
More file actions
45 lines (31 loc) · 846 Bytes
/
gOdTimes-prototype.rc
File metadata and controls
45 lines (31 loc) · 846 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,1,0
PRODUCTVERSION 0,0,1,0
FILEFLAGSMASK VS_FF_DEBUG
#ifdef NDEBUG
FILEFLAGS 0x0L
#else
FILEFLAGS 0x1L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "FileVersion", "0.0.1.0\0"
VALUE "ProductVersion", "0.0.1.0\0"
VALUE "LegalCopyright", "MIT License Copyright (c) 2025 Gustavo Ramos Carvalho\0"
VALUE "OriginalFilename", "gOdTimes-prototype.exe\0"
VALUE "ProductName", "gOdTimes-prototype\0"
VALUE "InternalName", "Good Times\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 1200
}
}