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.

72 lines
2.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iascore.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the master resource file for the Everest core.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 07/23/1997 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #include <resource.h>
  19. ///////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Stringtable of 'friendly' names for IAS core components.
  22. //
  23. ///////////////////////////////////////////////////////////////////////////////
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. IDS_IasDataSource "IAS Data Source Class"
  27. IDS_Dictionary "IAS Dictionary Class"
  28. IDS_AuditChannel "IAS Audit Channel Class"
  29. IDS_InfoBase "IAS Information Base Class"
  30. IDS_NTEventLog "IAS NT Event Log Class"
  31. END
  32. ///////////////////////////////////////////////////////////////////////////////
  33. //
  34. // MESSAGE TABLE
  35. //
  36. ///////////////////////////////////////////////////////////////////////////////
  37. #include "iasevent.rc"
  38. ///////////////////////////////////////////////////////////////////////////////
  39. //
  40. // REGISTRY SCRIPTS
  41. //
  42. ///////////////////////////////////////////////////////////////////////////////
  43. IDR_IASCOM REGISTRY DISCARDABLE "iascom.rgs"
  44. ///////////////////////////////////////////////////////////////////////////////
  45. //
  46. // TYPE LIBRARY
  47. //
  48. ///////////////////////////////////////////////////////////////////////////////
  49. 1 TYPELIB "iastlb.tlb"
  50. //
  51. // this is to get binary versioning
  52. //
  53. #include "winver.h"
  54. #include "ntverp.h"
  55. #define VER_FILETYPE VFT_DLL
  56. #define VER_FILESUBTYPE VFT2_UNKNOWN
  57. #define VER_FILEDESCRIPTION_STR "IAS Services Component"
  58. #define VER_INTERNALNAME_STR "IASSVCS.DLL"
  59. #define VER_ORIGINALFILENAME_STR "IASSVCS.DLL"
  60. #include <common.ver>