BROWSER.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

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