-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.rc
More file actions
31 lines (27 loc) · 824 Bytes
/
version.rc
File metadata and controls
31 lines (27 loc) · 824 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
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(3, 1, 2, 0),
prodvers=(3, 1, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo([
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Neofilisoft'),
StringStruct(u'FileDescription', u'FeReader'),
StringStruct(u'FileVersion', u'3.1.2'),
StringStruct(u'ProductVersion', u'3.1'),
StringStruct(u'ProductName', u'FeReader'),
StringStruct(u'InternalName', u'FeReader'),
StringStruct(u'OriginalFilename', u'FeReader.exe'),
StringStruct(u'LegalCopyright', u'Copyright © 2025 Neofilisoft.')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)