home *** CD-ROM | disk | FTP | other *** search
- #include "windows.h"
- #include "winver.h"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Version
- //
-
- 1 VERSIONINFO
- FILEVERSION 4,0,0,0
- PRODUCTVERSION 4,0,0,0
- FILEFLAGSMASK 0x3fL
- #ifdef _DEBUG
- FILEFLAGS 0xbL
- #else
- FILEFLAGS 0xaL
- #endif
- FILEOS VOS_NT_WINDOWS32
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904E4"
- BEGIN
- VALUE "Comments", "Written by: Robert B. Watson\0"
- VALUE "CompanyName", "Microsoft Corporation\0"
- VALUE "FileDescription", "Extensible Counter DLL Sample\0"
- VALUE "FileVersion", "0.0\0"
- VALUE "InternalName", "perfgen\0"
- VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1996\0"
- VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
- VALUE "OriginalFilename", "\0"
- VALUE "ProductName", "PerfGen\0"
- VALUE "ProductVersion", "4.0\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 0x04E4, 0x411, 0x04E4
- END
- END
-
- #include "genctrs.rc"