Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
769 B

  1. /*----------------------------------------------------------------------------
  2. Cpsmon.rc
  3. Resource script for versioning information.
  4. Copyright (c) 1998 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. t-geetat Geeta Tarachandani
  8. History:
  9. ?/?/97 t-geetat Created
  10. 9/2/99 quintinb Created Header
  11. --------------------------------------------------------------------------*/
  12. #include "cpsprdver.h"
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Perfmon counters for PBServer"
  16. #define VER_INTERNALNAME_STR "PBSMON"
  17. #define VER_ORIGINALFILENAME_STR "PBSMON.DLL"
  18. #include <common.ver>