home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / winnt / perftool / perfdlls / perfgen / perfgen.rc < prev    next >
Encoding:
Text File  |  1996-06-25  |  1.2 KB  |  45 lines

  1. #include "windows.h"
  2. #include "winver.h"
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Version
  7. //
  8.  
  9. 1 VERSIONINFO
  10.  FILEVERSION 4,0,0,0
  11.  PRODUCTVERSION 4,0,0,0
  12.  FILEFLAGSMASK 0x3fL
  13. #ifdef _DEBUG
  14.  FILEFLAGS 0xbL
  15. #else
  16.  FILEFLAGS 0xaL
  17. #endif
  18.  FILEOS VOS_NT_WINDOWS32
  19.  FILETYPE 0x2L
  20.  FILESUBTYPE 0x0L
  21.  BEGIN
  22.     BLOCK "StringFileInfo"
  23.       BEGIN
  24.         BLOCK "040904E4"
  25.           BEGIN
  26.             VALUE "Comments", "Written by: Robert B. Watson\0"
  27.             VALUE "CompanyName", "Microsoft Corporation\0"
  28.             VALUE "FileDescription", "Extensible Counter DLL Sample\0"
  29.             VALUE "FileVersion", "0.0\0"
  30.             VALUE "InternalName", "perfgen\0"
  31.             VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1996\0"
  32.             VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  33.             VALUE "OriginalFilename", "\0"
  34.             VALUE "ProductName", "PerfGen\0"
  35.             VALUE "ProductVersion", "4.0\0"
  36.           END
  37.        END
  38.     BLOCK "VarFileInfo"
  39.       BEGIN
  40.         VALUE "Translation", 0x409, 0x04E4, 0x411, 0x04E4
  41.       END
  42.  END
  43.  
  44. #include "genctrs.rc"
  45.