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.

122 lines
2.4 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. seo.rc
  5. Abstract:
  6. This module contains the resources for the Server
  7. Extension Object service.
  8. Author:
  9. Don Dumitru ([email protected])
  10. Revision History:
  11. dondu 12/04/96 created
  12. andyj 02/12/97 Converted PropertyBag's to Dictonary's
  13. --*/
  14. //Microsoft Developer Studio generated resource script.
  15. //
  16. #include "resource.h"
  17. #define APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Generated from the TEXTINCLUDE 2 resource.
  21. //
  22. #include "winres.h"
  23. /////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25. /////////////////////////////////////////////////////////////////////////////
  26. // English (U.S.) resources
  27. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  28. #ifdef _WIN32
  29. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  30. #pragma code_page(1252)
  31. #endif //_WIN32
  32. #ifdef APSTUDIO_INVOKED
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // TEXTINCLUDE
  36. //
  37. 1 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "resource.h\0"
  40. END
  41. 2 TEXTINCLUDE DISCARDABLE
  42. BEGIN
  43. "#include ""winres.h""\r\n"
  44. "\0"
  45. END
  46. 3 TEXTINCLUDE DISCARDABLE
  47. BEGIN
  48. "1 TYPELIB ""SEO.tlb""\r\n"
  49. "\0"
  50. END
  51. #endif // APSTUDIO_INVOKED
  52. #ifndef _MAC
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Version
  56. //
  57. #define RC_VERSION_FILE_DESCRIPTION "Server Extension Objects DLL\0"
  58. #define RC_VERSION_INTERNAL_NAME "SEO\0"
  59. #define RC_VERSION_ORIGINAL_FILE_NAME "SEO.DLL\0"
  60. #include <bldver.rc>
  61. #endif // !_MAC
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // REGISTRY
  65. //
  66. IDR_StdAfx REGISTRY DISCARDABLE "stdafx.rgs"
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // String Table
  70. //
  71. STRINGTABLE DISCARDABLE
  72. BEGIN
  73. IDS_PROJNAME "SEO"
  74. END
  75. #endif // English (U.S.) resources
  76. /////////////////////////////////////////////////////////////////////////////
  77. #ifndef APSTUDIO_INVOKED
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Generated from the TEXTINCLUDE 3 resource.
  81. //
  82. 1 TYPELIB "SEO.tlb"
  83. /////////////////////////////////////////////////////////////////////////////
  84. #endif // not APSTUDIO_INVOKED