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.

55 lines
1.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iasads.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the Active Directory Data Store.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 02/20/1998 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #include "resource.h"
  19. ///////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Stringtable of 'friendly' names for components.
  22. //
  23. ///////////////////////////////////////////////////////////////////////////////
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. IDS_ADsDataStore "IAS Active Directory Data Store"
  27. IDS_NetDataStore "IAS Networking Data Store"
  28. IDS_OleDBDataStore "IAS OLE-DB Data Store"
  29. END
  30. ///////////////////////////////////////////////////////////////////////////////
  31. //
  32. // TYPE LIBRARY
  33. //
  34. ///////////////////////////////////////////////////////////////////////////////
  35. 1 TYPELIB "iasads.tlb"
  36. //
  37. // this is to get binary versioning
  38. //
  39. #include "winver.h"
  40. #include "ntverp.h"
  41. #define VER_FILETYPE VFT_DLL
  42. #define VER_FILESUBTYPE VFT2_UNKNOWN
  43. #define VER_FILEDESCRIPTION_STR "IAS Active Directory Data Store"
  44. #define VER_INTERNALNAME_STR "IASADS.DLL"
  45. #define VER_ORIGINALFILENAME_STR "IASADS.DLL"
  46. #include <common.ver>