BROWSER.RC
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- // -----------------------------------------------
- // BROWSER RC file
- //
- // HISTORY:
- // Tom Laird-McConnell 05/15/94 Created
- // -----------------------------------------------
- #include <windows.h>
- #include <bhver.h>
- //
- // Version
- //
- 1 VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
- FILEFLAGSMASK 0x3fL
- #ifdef _DEBUG
- FILEFLAGS VS_FF_DEBUG
- #else
- FILEFLAGS 0x0L
- #endif
- FILEOS VOS_DOS_WINDOWS32
- FILETYPE VFT_DLL
- FILESUBTYPE 0x0L
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904B0"
- BEGIN
- VALUE "CompanyName", "Microsoft Corporation "
- VALUE "FileDescription", "BROWSER Protocol Parser "
- VALUE "FileVersion", "1.0 "
- VALUE "InternalName", "BROWSER.DLL "
- VALUE "OriginalFilename", "BROWSER.DLL "
- VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1992 - 1994 "
- VALUE "LegalTrademarks", "Microsoft256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation "
- VALUE "ProductName", "Microsoft Network Monitor "
- VALUE "ProductVersion", BH_VER
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
- END