-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotepad-X.Version.File.txt
More file actions
33 lines (33 loc) · 930 Bytes
/
Copy pathNotepad-X.Version.File.txt
File metadata and controls
33 lines (33 loc) · 930 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
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 1, 0, 0),
prodvers=(1, 1, 0, 0),
mask=0x3F,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0),
),
kids=[
StringFileInfo([
StringTable(
'040904B0',
[
StringStruct('CompanyName', 'OPCraniX'),
StringStruct('FileDescription', 'Notepad-X'),
StringStruct('FileVersion', '1.1.0.0'),
StringStruct('InternalName', 'Notepad-X'),
StringStruct('OriginalFilename', 'Notepad-X.exe'),
StringStruct('ProductName', 'Notepad-X'),
StringStruct('ProductVersion', '1.1.0.0'),
StringStruct('Comments', 'Tabbed desktop text editor for plain text, code, shared notes, and large files.'),
StringStruct('LegalCopyright', 'GPL-2.0 license'),
]
)
]),
VarFileInfo([
VarStruct('Translation', [1033, 1200])
])
]
)