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.

27 lines
816 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftpmcpl.rc
  7. This contains all the resources used by the FTP Server control panel
  8. applet.
  9. FILE HISTORY:
  10. YiHsinS 25-Mar-1993 Created
  11. */
  12. #include <ftpmgr.rc>
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "FTP Server Control Panel Applet"
  17. #define VER_INTERNALNAME_STR "ftpmgr.cpl"
  18. #define VER_ORIGINALFILENAME_STR "ftpmgr.cpl"
  19. #include "common.ver"