-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathIDEExplorerITHVerInfo.RC
More file actions
30 lines (29 loc) · 1.01 KB
/
IDEExplorerITHVerInfo.RC
File metadata and controls
30 lines (29 loc) · 1.01 KB
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
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US
1 VERSIONINFO LOADONCALL MOVEABLE DISCARDABLE IMPURE
FILEVERSION 2, 3, 1, 709
PRODUCTVERSION 2, 3, 1, 709
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Season's Fall Music\000"
VALUE "FileDescription", "IDEExplorer: A package to allow you to browser the internal fields, properties, methods and events of the IDE\000"
VALUE "FileVersion", "2.3.1.709\000"
VALUE "InternalName", "IDEExplorer\000"
VALUE "LegalCopyright", "Season's Fall Music\000"
VALUE "LegalTrademarks", "Season's Fall Music\000"
VALUE "OriginalFilename", "IDEExplorer\000"
VALUE "ProductName", "IDEExplorer\000"
VALUE "ProductVersion", "2.3a\000"
VALUE "Comments", "IDEExplorer: A package to allow you to browser the internal fields, properties, methods and events of the IDE\000"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 1033, 1252
}
}