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.

29 lines
832 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftpsvc.rc
  7. Resource file for FTP Service.
  8. FILE HISTORY:
  9. KeithMo 07-Mar-1993 Created.
  10. */
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Metadata and Admin Service"
  16. #define VER_INTERNALNAME_STR "iisadmin.dll"
  17. #define VER_ORIGINALFILENAME_STR "iisadmin.dll"
  18. #define VER_LANGNEUTRAL
  19. #include "iisver.h"
  20. #include "common.ver"
  21.