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.

43 lines
1.2 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Job Schedule service
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  7. //
  8. // File: service.rc
  9. //
  10. // Contents: resources
  11. //
  12. // History: 09-Sep-95 EricB created
  13. // 20-Nov-01 ShBrown Switched to use standard NT build versioning
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include "..\..\inc\resource.h"
  17. #include <windows.h>
  18. //+----------------------------------------------------------------------------
  19. //
  20. // String table comes from client\strings.rc
  21. //
  22. //-----------------------------------------------------------------------------
  23. #include "..\..\inc\strings.rc"
  24. //+----------------------------------------------------------------------------
  25. //
  26. // Version resource
  27. //
  28. //-----------------------------------------------------------------------------
  29. #include <ntverp.h>
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Task Scheduler Engine"
  33. #define VER_INTERNALNAME_STR "TaskScheduler"
  34. #define VER_ORIGINALFILENAME_STR "schedsvc.dll"
  35. #include <common.ver>