home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / traynot / app32.rcv < prev    next >
Encoding:
Text File  |  1995-02-03  |  478 b   |  14 lines

  1. //---------------------------------------------------------------------------
  2. // Version info.
  3. //---------------------------------------------------------------------------
  4. //#include <version.h>
  5.  
  6. #define VER_FILETYPE            VFT_APP
  7. #define VER_FILESUBTYPE            VFT_UNKNOWN
  8. #define VER_FILEDESCRIPTION_STR        "32-bit Test App"
  9. #define VER_INTERNALNAME_STR        "APP32"
  10. #define VER_LEGALCOPYRIGHT_YEARS    "1993"
  11. #define VER_ORIGINALFILENAME_STR    "APP32.EXE"
  12.  
  13. //#include <common.ver>
  14.