-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathres.rc
More file actions
25 lines (24 loc) · 1.08 KB
/
res.rc
File metadata and controls
25 lines (24 loc) · 1.08 KB
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
IDI_ICON1 ICON "i.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,4
PRODUCTVERSION 1,0,0,4
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "Voltura AB"
VALUE "FileDescription", "WeekNumber Lite 2+ by Voltura AB"
VALUE "FileVersion", "1.0.0.4"
VALUE "ProductVersion", "1.0.0.4"
VALUE "ProductName", "WeekNumber Lite 2+"
VALUE "LegalCopyright", "© 2025 Voltura AB"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}