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.

39 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 2000
  6. //
  7. // File: resource.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resource file to allow compiler to compile the following files
  11. #include "resource.h"
  12. #include "dsmove.rc"
  13. #include "dsutilrc.h"
  14. #include "dsutil.rc"
  15. #include "usage.h"
  16. #include "usage.rc"
  17. #include "parser.h"
  18. #include "parser.rc"
  19. //+----------------------------------------------------------------------------
  20. //
  21. // Version
  22. //
  23. //-----------------------------------------------------------------------------
  24. #define VER_FILETYPE VFT_APP
  25. #define VER_FILESUBTYPE VFT_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Microsoft Directory Service move command line utility."
  27. #define VER_INTERNALNAME_STR "dsmove.exe"
  28. #define VER_LEGALCOPYRIGHT_YEARS "1997-2001"
  29. #define VER_ORIGINALFILENAME_STR "dsmove.exe"
  30. #include <ntverp.h>
  31. #include <common.ver>