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.

76 lines
2.0 KiB

  1. //
  2. // SVRAPP.RC2 - resources Microsoft Visual C++ does not edit directly
  3. //
  4. #ifndef APSTUDIO_INVOKED
  5. /////////////////////////////////////////////////////////////////////////////
  6. // Add manually edited resources here...
  7. /*
  8. * This file provides the template for supplying the version resource
  9. * information for build objects. Each build object must include such a
  10. * version resource.
  11. */
  12. #include <scappmsg.rc>
  13. #include <winver.h>
  14. #include <ntverp.h>
  15. /*
  16. * ============================================================================
  17. * Mandatory definitions
  18. * ============================================================================
  19. *
  20. * The following symbols must be properly defined for your file.
  21. */
  22. /*
  23. * VER_INTERNALNAME_STR
  24. *
  25. * Define this to be the name of the target file.
  26. */
  27. #define VER_INTERNALNAME_STR "SvrApp.exe"
  28. /* VER_FILETYPE
  29. * VER_FILESUBTYPE
  30. *
  31. * Define this value to one of the following symbols:
  32. *
  33. * VFT_APP - File contains an application.
  34. *
  35. * VFT_DLL - File contains a dynamic-link library (DLL).
  36. *
  37. * VFT_STATIC_LIB File contains a static-link library.
  38. *
  39. * VFT_VXD File contains a virtual device.
  40. *
  41. * VFT_DRV - File contains a device driver. If the dwFileType member is
  42. * VFT_DRV, the dwFileSubtype member contains a more specific
  43. * description of the driver.
  44. *
  45. * VFT_FONT - File contains a font. If the dwFileType member is VFT_FONT,
  46. * the dwFileSubtype member contains a more specific description of
  47. * the font.
  48. *
  49. * VFT_UNKNOWN - File type is unknown to Windows.
  50. */
  51. #define VER_FILETYPE VFT_APP
  52. #define VER_FILESUBTYPE VFT2_UNKNOWN
  53. /*
  54. * VER_FILEDESCRIPTION_STR
  55. *
  56. * Define this to be a short description of the file.
  57. */
  58. #define VER_FILEDESCRIPTION_STR "User mode Server Application for Calais"
  59. #include "common.ver"
  60. /////////////////////////////////////////////////////////////////////////////
  61. #endif //APSTUDIO_INVOKED