home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / sources / chapter02 / GetInfo / GetInfo_private.rc < prev    next >
Encoding:
Text File  |  2006-09-10  |  743 b   |  36 lines

  1. /* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
  2. /* DO NOT EDIT! */
  3.  
  4. #include <windows.h> // include for version info constants
  5.  
  6.  
  7. //
  8. // TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
  9. //
  10. 1 VERSIONINFO
  11. FILEVERSION 1,0,0,106
  12. PRODUCTVERSION 1,0,0,106
  13. FILETYPE VFT_APP
  14. {
  15.   BLOCK "StringFileInfo"
  16.      {
  17.          BLOCK "040904E4"
  18.          {
  19.              VALUE "CompanyName", ""
  20.              VALUE "FileVersion", ""
  21.              VALUE "FileDescription", "Developed using the Dev-C++ IDE"
  22.              VALUE "InternalName", ""
  23.              VALUE "LegalCopyright", ""
  24.              VALUE "LegalTrademarks", ""
  25.              VALUE "OriginalFilename", ""
  26.              VALUE "ProductName", ""
  27.              VALUE "ProductVersion", ""
  28.          }
  29.      }
  30.   BLOCK "VarFileInfo"
  31.      {
  32.          VALUE "Translation", 0x0409, 1252
  33.      }
  34. }
  35.  
  36.