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.

95 lines
2.1 KiB

  1. #include <winver.h>
  2. #if defined(USE_DS_VER)
  3. #include <dsverp.h>
  4. #else
  5. #include <ntverp.h>
  6. #endif
  7. #define VER_FILETYPE VFT_DLL
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "ADMT Module"
  10. #define VER_INTERNALNAME_STR "McsADsClassProp.dll"
  11. #include <common.ver>
  12. //Microsoft Developer Studio generated resource script.
  13. //
  14. #include "resource.h"
  15. #define APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Generated from the TEXTINCLUDE 2 resource.
  19. //
  20. #include "winres.h"
  21. /////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23. /////////////////////////////////////////////////////////////////////////////
  24. // English (U.S.) resources
  25. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  26. #ifdef _WIN32
  27. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  28. #pragma code_page(1252)
  29. #endif //_WIN32
  30. #ifdef APSTUDIO_INVOKED
  31. /////////////////////////////////////////////////////////////////////////////
  32. //
  33. // TEXTINCLUDE
  34. //
  35. 1 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "resource.h\0"
  38. END
  39. 2 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "#include ""winres.h""\r\n"
  42. "\0"
  43. END
  44. 3 TEXTINCLUDE DISCARDABLE
  45. BEGIN
  46. "1 TYPELIB ""ADsProp.tlb""\r\n"
  47. "\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // REGISTRY
  53. //
  54. IDR_OBJPROPBUILDER REGISTRY DISCARDABLE "ObjProp.rgs"
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // String Table
  58. //
  59. STRINGTABLE DISCARDABLE
  60. BEGIN
  61. IDS_PROJNAME "McsADsClassProp"
  62. END
  63. #endif // English (U.S.) resources
  64. /////////////////////////////////////////////////////////////////////////////
  65. #ifndef APSTUDIO_INVOKED
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Generated from the TEXTINCLUDE 3 resource.
  69. //
  70. 1 TYPELIB "ADsProp.tlb"
  71. /////////////////////////////////////////////////////////////////////////////
  72. #endif // not APSTUDIO_INVOKED