-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.rc
27 lines (27 loc) · 822 Bytes
/
version.rc
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
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(9, 0, 2, 0),
prodvers=(9, 0, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'FileDescription', u'Automatically prioritize important apps\x27 CPU priority and affinity'),
StringStruct(u'FileVersion', u'9.0.2'),
StringStruct(u'InternalName', u'autoprocprio'),
StringStruct(u'LegalCopyright', u'\xa9 github.com/Rainyan. MIT licensed.'),
StringStruct(u'OriginalFilename', u'autoprocprio.exe'),
StringStruct(u'ProductName', u'AutoProcPrio'),
StringStruct(u'ProductVersion', u'9.0.2')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)