home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / netmon / browser / browser.rc < prev    next >
Text File  |  1996-10-15  |  1KB  |  49 lines

  1. // -----------------------------------------------
  2. // BROWSER RC file
  3. //
  4. //  HISTORY:
  5. //  Tom Laird-McConnell   05/15/94   Created
  6. // -----------------------------------------------
  7.  
  8. #include <windows.h>
  9.  
  10. #include <bhver.h>
  11.  
  12. //
  13. // Version
  14. //
  15.  
  16. 1 VERSIONINFO
  17.  FILEVERSION 1,0,0,0
  18.  PRODUCTVERSION 1,0,0,0
  19.  FILEFLAGSMASK 0x3fL
  20. #ifdef _DEBUG
  21.  FILEFLAGS VS_FF_DEBUG
  22. #else
  23.  FILEFLAGS 0x0L
  24. #endif
  25.  FILEOS VOS_DOS_WINDOWS32
  26.  FILETYPE VFT_DLL
  27.  FILESUBTYPE 0x0L
  28. BEGIN
  29.     BLOCK "StringFileInfo"
  30.     BEGIN
  31.         BLOCK "040904B0"
  32.         BEGIN
  33.             VALUE "CompanyName", "Microsoft Corporation\0"
  34.             VALUE "FileDescription", "BROWSER Protocol Parser\0"
  35.             VALUE "FileVersion", "1.0\0"
  36.             VALUE "InternalName", "BROWSER.DLL\0"
  37.             VALUE "OriginalFilename", "BROWSER.DLL\0"
  38.             VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1992 - 1994\0"
  39.             VALUE "LegalTrademarks", "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  40.             VALUE "ProductName", "Microsoft Network Monitor\0"
  41.             VALUE "ProductVersion", BH_VER
  42.         END
  43.     END
  44.     BLOCK "VarFileInfo"
  45.     BEGIN
  46.         VALUE "Translation", 0x409, 1200
  47.     END
  48. END
  49.