-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathITHelperVersionInfo.RC
30 lines (29 loc) · 949 Bytes
/
ITHelperVersionInfo.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
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US
1 VERSIONINFO LOADONCALL MOVEABLE DISCARDABLE IMPURE
FILEVERSION 2, 1, 1, 2007
PRODUCTVERSION 2, 1, 1, 2007
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Season's Fall Music\000"
VALUE "FileDescription", "Integrated Testing Helper for Embarcadero RAD Studio\000"
VALUE "FileVersion", "2.1.1.2007\000"
VALUE "InternalName", "ITHelper\000"
VALUE "LegalCopyright", "Season's Fall Music\000"
VALUE "LegalTrademarks", "Season's Fall Music\000"
VALUE "OriginalFilename", "ITHelper\000"
VALUE "ProductName", "ITHelper\000"
VALUE "ProductVersion", "2.1a\000"
VALUE "Comments", "ITHelper: A RAD Studio IDE adding for automating pre and post compilation processing.\000"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 1033, 1252
}
}