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.

85 lines
2.2 KiB

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