-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.rc
More file actions
26 lines (24 loc) · 717 Bytes
/
Copy pathresource.rc
File metadata and controls
26 lines (24 loc) · 717 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
// MAIN ICON "icon.ico"
// 1 24 "uac.manifest"
1 VERSIONINFO
FILEVERSION 0,2,0,00
PRODUCTVERSION 0,2,0,00
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "\0"
VALUE "FileDescription", "Ssec - Mounting/Disassembly VeraCrypt volumes efficiently.\0"
VALUE "FileVersion", "0.2.0\0"
VALUE "LegalCopyright", "\251 Ssec - William C. Canin Softwares\0"
VALUE "OriginalFilename", "ssec.exe\0"
VALUE "ProductName", "ssec\0"
VALUE "ProductVersion", "0.2.0\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 1200
}
}