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.

34 lines
1011 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Job Scheduler
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  7. //
  8. // File: ver.rc
  9. //
  10. // Contents: version resources
  11. //
  12. // History: 14-Nov-95 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #include <windows.h>
  16. //+----------------------------------------------------------------------------
  17. //
  18. // Version resource
  19. //
  20. //-----------------------------------------------------------------------------
  21. #include <ntverp.h>
  22. #include "..\..\inc\version.h"
  23. #define VER_FILETYPE VFT_APP
  24. #define VER_FILESUBTYPE VFT2_UNKNOWN
  25. #define VER_FILEDESCRIPTION_STR "Windows Job Scheduler Test Harness"
  26. #define VER_FILEVERSION JOB_MAJOR_VERSION,JOB_MINOR_VERSION,VER_PRODUCTBUILD,1
  27. #define VER_INTERNALNAME_STR "Scheduler\0"
  28. #define VER_ORIGINALFILENAME_STR "jobtest.exe"
  29. #include <common.ver>