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.

39 lines
1.0 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: LIGHTS.RCV
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: Nick Manson
  10. *
  11. * DATE: 25 May 1994
  12. *
  13. * Version information resource file.
  14. *
  15. ********************************************************************************
  16. *
  17. * CHANGE LOG:
  18. *
  19. * DATE REV DESCRIPTION
  20. * ----------- --- -------------------------------------------------------------
  21. * 25 May 1994 NRM Original implementation.
  22. *
  23. *******************************************************************************/
  24. #ifdef WINNT
  25. #include <winver.h>
  26. #include <ntverp.h>
  27. #else
  28. #include <version.h>
  29. #endif
  30. #define VER_FILETYPE VFT_APP
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Modem Monitor Applet\0"
  33. #define VER_INTERNALNAME_STR "LIGHTS\0"
  34. #define VER_LEGALCOPYRIGHT_YEARS "1993-1995"
  35. #define VER_ORIGINALFILENAME_STR "LIGHTS.EXE"
  36. #include <common.ver>