/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ /* DO NOT EDIT! */ #include // include for version info constants // // TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS... // 1 VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", "Marcello Zaniboni" VALUE "FileVersion", "" VALUE "FileDescription", "A.I. Tic Tac Toe" VALUE "InternalName", "" VALUE "LegalCopyright", "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License; either version 2 of the License, or (at your option) any later version." VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "" VALUE "ProductName", "A.I. Tic Tac Toe" VALUE "ProductVersion", "" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x0409, 1252 } }