-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.rc
More file actions
26 lines (24 loc) · 628 Bytes
/
resources.rc
File metadata and controls
26 lines (24 loc) · 628 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
IDI_ICON1 ICON DISCARDABLE "icon.ico"
1 VERSIONINFO
FILEVERSION 0,46,0,0
PRODUCTVERSION 0,46,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "Then.Tech"
VALUE "FileDescription", "C++ Utility library"
VALUE "FileVersion", "0.46.0-beta"
VALUE "InternalName", "CppUtils"
VALUE "LegalCopyright", "© 2020 Then.Tech"
VALUE "OriginalFilename", "utils.exe"
VALUE "ProductName", "CppUtils"
VALUE "ProductVersion", "0.46.0-beta"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
END
END