Source code of Windows XP (NT5)
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.

29 lines
817 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1997 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // IISClEx3.ver
  7. //
  8. // Abstract:
  9. // Version resource for the IIS Cluster Administrator Extension DLL.
  10. //
  11. // Author:
  12. // David Potter (davidp) September 20, 1996
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #include "windows.h"
  20. #include <ntverp.h>
  21. #define VER_FILETYPE VFT_APP
  22. #define VER_FILESUBTYPE VFT2_UNKNOWN
  23. #define VER_FILEDESCRIPTION_STR "Cluster IIS 5.0 administrator"
  24. #define VER_INTERNALNAME_STR "iisclex4.dll"
  25. #define VER_ORIGINALFILENAME_STR "iisclex4.dll"
  26. #include "iisver.h"
  27. #include "common.ver"