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.

37 lines
934 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. * coadmin.rc
  7. * Resources for the coadmin dll.
  8. *
  9. *
  10. * FILE HISTORY
  11. * keithmo 3-Jun-1996 Created
  12. */
  13. #include "windows.h"
  14. #include "ntverp.h"
  15. #define VER_FILEDESCRIPTION_STR "IIS load balancing service"
  16. #define VER_INTERNALNAME_STR "iislb.exe"
  17. #define VER_ORIGINALFILENAME_STR "iislb.exe"
  18. #define VER_FILETYPE VFT_DLL
  19. //
  20. // Apps may also define
  21. // VER_FILESUBTYPE
  22. // VER_IISPRODUCTNAME_STR
  23. // VER_IISMAJORVERSION
  24. // VER_IISMINORVERSION
  25. // VER_IISPRODUCTVERSION_STR
  26. // VER_IISPRODUCTVERSION
  27. // VER_IISPRODUCTBUILD
  28. //
  29. #include "iisver.h"
  30. #include "common.ver"
  31. 1 11 MSG00001.bin