-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApplicationMonitor.rc
More file actions
35 lines (33 loc) · 996 Bytes
/
ApplicationMonitor.rc
File metadata and controls
35 lines (33 loc) · 996 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
34
35
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ApplicationMonitor.rc
* ApplicationMonitor
*
* Version information for ApplicationMonitor.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
1 VERSIONINFO
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,0,0
FILEOS 0x4
FILETYPE 0x2
{
BLOCK "StringFileInfo"
{
BLOCK "04090000"
{
VALUE "Comments", "https://github.com/alur"
VALUE "CompanyName", "Erik Welander"
VALUE "FileDescription", "ApplicationMonitor LiteStep module"
VALUE "FileVersion", "0.2"
VALUE "InternalName", "ApplicationMonitor"
VALUE "LegalCopyright", "Copyright © 2009 - 2013"
VALUE "OriginalFilename", "ApplicationMonitor.dll"
VALUE "ProductName", "ApplicationMonitor"
VALUE "ProductVersion", "0.2"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x0000
}
}