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.

24 lines
739 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: resource.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resource file to allow vc++ to read chooser.rc without
  11. // interfering with snapin.rc.
  12. #include <ntverp.h>
  13. #include "snapin.rc"
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Certificate Template Management Extension"
  17. #define VER_INTERNALNAME_STR "capesnpn.dll"
  18. #define VER_ORIGINALFILENAME_STR "capesnpn.dll"
  19. #include <common.ver>