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.

38 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: resource.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resource file to allow compiler to compile the following files
  11. #include "resource.h"
  12. #include "dssnap.rc"
  13. // Security Identity Module (SIM) resources
  14. #include "simrc.h"
  15. #include "sim.rc"
  16. // Directory Schema attributes for "Generic Create" Wizard
  17. #include "schemarc.h"
  18. #include "Schema.rc"
  19. //+----------------------------------------------------------------------------
  20. //
  21. // Version
  22. //
  23. //-----------------------------------------------------------------------------
  24. #define VER_FILETYPE VFT_DLL
  25. #define VER_FILESUBTYPE VFT_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Microsoft Directory Service Manager Snap-in"
  27. #define VER_INTERNALNAME_STR "dsadmin"
  28. #define VER_LEGALCOPYRIGHT_YEARS "1997-1998"
  29. #define VER_ORIGINALFILENAME_STR "dsadmin.dll"
  30. #include <ntverp.h>
  31. #include <common.ver>