-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathITHVerInfo.RC
31 lines (30 loc) · 1.03 KB
/
ITHVerInfo.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
28
29
30
31
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US
1 VERSIONINFO LOADONCALL MOVEABLE DISCARDABLE IMPURE
FILEVERSION 1, 6, 0, 217
PRODUCTVERSION 1, 6, 0, 217
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Season's Fall Music\000"
VALUE "FileDescription", "Profile Viewer: A application for view profile information produced by the Profiler.pas file.\000"
VALUE "FileVersion", "1.6.0.217\000"
VALUE "InternalName", "ProfileViewer\000"
VALUE "LegalCopyright", "Season's Fall Music\000"
VALUE "LegalTrademarks", "Season's Fall Music\000"
VALUE "OriginalFilename", "ProfileViewer\000"
VALUE "ProductName", "ProfileViewer\000"
VALUE "ProductVersion", "1.6\000"
VALUE "Comments", "Profile Viewer: A application for view profile information produced by the Profiler.pas file.\000"
VALUE "ProgramID", "ProfileViewer\000"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 1033, 1252
}
}