forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcefpython.rc
More file actions
31 lines (31 loc) · 925 Bytes
/
cefpython.rc
File metadata and controls
31 lines (31 loc) · 925 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
1 VERSIONINFO
FILEVERSION 31,2,0,0
PRODUCTVERSION 31,2,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x0L
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "CEF Python"
VALUE "FileDescription", "CEF Python DLL"
VALUE "FileVersion", "31.2.0.0"
VALUE "InternalName", "cefpython"
VALUE "LegalCopyright", "(c) 2012 The CEF Python authors"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "cefpython_py27.pyd"
VALUE "ProductName", "CEF Python 3"
VALUE "ProductVersion", "31.2.0.0"
VALUE "Comments", "Licensed under the BSD 3-clause license"
VALUE "Aditional Notes", ""
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END