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.

35 lines
1.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: resource.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resource file to allow vc++ to read domain.rc without
  11. // interfering with stdrsrc.rc.
  12. #include "domain.rc"
  13. //+----------------------------------------------------------------------------
  14. //
  15. // Version
  16. //
  17. //-----------------------------------------------------------------------------
  18. #define VER_FILETYPE VFT_DLL
  19. #define VER_FILESUBTYPE VFT_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Active Directory Domains and Trusts Snapin"
  21. #define VER_INTERNALNAME_STR "DOMADMIN"
  22. #define VER_LEGALCOPYRIGHT_YEARS "1997-1999"
  23. #define VER_ORIGINALFILENAME_STR "domadmin.dll"
  24. #include <ntverp.h>
  25. #include <common.ver>
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. IDS_COMPANY VER_COMPANYNAME_STR
  29. IDS_SNAPIN_VERSION VER_PRODUCTVERSION_STR
  30. END