-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuhttps.rc
More file actions
31 lines (29 loc) · 868 Bytes
/
uhttps.rc
File metadata and controls
31 lines (29 loc) · 868 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 <winres.h>
1 VERSIONINFO
FILEVERSION 1,0,2,0
PRODUCTVERSION 1,0,2,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L // VOS_NT_WINDOWS32
FILETYPE 0x1L // VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0" // US English, Unicode
BEGIN
VALUE "CompanyName", "#f8000.net\0"
VALUE "FileDescription", "uhttps lightweight http/https server\0"
VALUE "FileVersion", "1.0.2\0"
VALUE "InternalName", "uhttps.exe\0"
VALUE "OriginalFilename", "uhttps.exe\0"
VALUE "ProductName", "uhttps\0"
VALUE "ProductVersion", "1.0.2\0"
VALUE "LegalCopyright", "© 2025 Ph. Jounin\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END