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.

60 lines
1.3 KiB

  1. /*++
  2. Copyright(c) 1998,99 Microsoft Corporation
  3. Module Name:
  4. version.rc
  5. Abstract:
  6. Network Load Balancing (NLB)
  7. Command-line utility - version resource
  8. Author:
  9. chrisdar
  10. --*/
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. /*-----------------------------------------------*/
  14. /* the following lines are specific to this file */
  15. /*-----------------------------------------------*/
  16. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  17. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  18. * The strings don't need a '\0', since common.ver has them.
  19. */
  20. #define VER_FILETYPE VFT_APP
  21. /* possible values: VFT_UNKNOWN
  22. VFT_APP
  23. VFT_DLL
  24. VFT_DRV
  25. VFT_FONT
  26. VFT_VXD
  27. VFT_STATIC_LIB
  28. */
  29. #define VER_FILESUBTYPE VFT2_UNKNOWN
  30. /* possible values VFT2_UNKNOWN
  31. VFT2_DRV_PRINTER
  32. VFT2_DRV_KEYBOARD
  33. VFT2_DRV_LANGUAGE
  34. VFT2_DRV_DISPLAY
  35. VFT2_DRV_MOUSE
  36. VFT2_DRV_NETWORK
  37. VFT2_DRV_SYSTEM
  38. VFT2_DRV_INSTALLABLE
  39. VFT2_DRV_SOUND
  40. VFT2_DRV_COMM
  41. */
  42. #define VER_FILEDESCRIPTION_STR "Network Load Balancing Control Utility"
  43. #define VER_INTERNALNAME_STR "NLB.EXE"
  44. #define VER_ORIGINALFILENAME_STR "NLB.EXE"
  45. #include "common.ver"
  46. #include "log_msgs.rc"