You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
892 B
37 lines
892 B
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
|
|
/* DO NOT EDIT! */
|
|
|
|
#include <windows.h> // include for version info constants
|
|
|
|
|
|
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "JALOG_CONV.ico"
|
|
|
|
//
|
|
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
|
|
//
|
|
1 VERSIONINFO
|
|
FILEVERSION 1,1,0,89
|
|
PRODUCTVERSION 1,1,0,89
|
|
FILETYPE VFT_APP
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904E4"
|
|
{
|
|
VALUE "CompanyName", "Steven Mattera"
|
|
VALUE "FileVersion", "1.0"
|
|
VALUE "FileDescription", ""
|
|
VALUE "InternalName", ""
|
|
VALUE "LegalCopyright", "Copyright 2010 Steven Mattera. All Rights Reserved."
|
|
VALUE "LegalTrademarks", ""
|
|
VALUE "OriginalFilename", "JALOG_CONV.EXE"
|
|
VALUE "ProductName", "Jedi Academy Server Log Converter"
|
|
VALUE "ProductVersion", "1.0"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 1252
|
|
}
|
|
}
|
|
|
|
|