-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbin2c.rc
More file actions
33 lines (31 loc) · 680 Bytes
/
bin2c.rc
File metadata and controls
33 lines (31 loc) · 680 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
LANGUAGE 0x09, 0x01
#ifdef _WIN32
1 ICON "icons\\Windows\\bin2c.ico"
#elif _MAC
1 ICON "icons\\MAC\\bin2c.icns"
#endif
1 VERSIONINFO
FILEVERSION 0,15,0,0
PRODUCTVERSION 0,15,0,0
FILEOS 0x40004
FILETYPE 0x2
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "AraHaan"
VALUE "FileDescription", "bin2c Conversion Tool."
VALUE "FileVersion", "0.15.0"
VALUE "InternalName", "bin2c Conversion Tool"
VALUE "LegalCopyright", "Copyright © 2016 - 2017"
VALUE "OriginalFilename", "bin2c.exe"
VALUE "ProductName", "bin2c Conversion Tool"
VALUE "ProductVersion", "0.15.0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}