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.

86 lines
2.2 KiB

  1. //
  2. // SCARDDLG.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. #include "sclmsg.rc"
  11. #ifdef RC_INVOKED
  12. /*
  13. * This file provides the template for supplying the version resource
  14. * information for build objects. Each build object must include such a
  15. * version resource.
  16. */
  17. #include <winver.h>
  18. #include <ntverp.h>
  19. /*
  20. * ============================================================================
  21. * Mandatory definitions
  22. * ============================================================================
  23. *
  24. * The following symbols must be properly defined for your file.
  25. */
  26. /*
  27. * VER_INTERNALNAME_STR
  28. *
  29. * Define this to be the name of the target file.
  30. */
  31. #define VER_INTERNALNAME_STR "SCardDlg.dll"
  32. /* VER_FILETYPE
  33. * VER_FILESUBTYPE
  34. *
  35. * Define this value to one of the following symbols:
  36. *
  37. * VFT_APP - File contains an application.
  38. *
  39. * VFT_DLL - File contains a dynamic-link library (DLL).
  40. *
  41. * VFT_STATIC_LIB File contains a static-link library.
  42. *
  43. * VFT_VXD File contains a virtual device.
  44. *
  45. * VFT_DRV - File contains a device driver. If the dwFileType member is
  46. * VFT_DRV, the dwFileSubtype member contains a more specific
  47. * description of the driver.
  48. *
  49. * VFT_FONT - File contains a font. If the dwFileType member is VFT_FONT,
  50. * the dwFileSubtype member contains a more specific description of
  51. * the font.
  52. *
  53. * VFT_UNKNOWN - File type is unknown to Windows.
  54. */
  55. #define VER_FILETYPE VFT_DLL
  56. #define VER_FILESUBTYPE VFT2_UNKNOWN
  57. /*
  58. * VER_FILEDESCRIPTION_STR
  59. *
  60. * Define this to be a short description of the file.
  61. */
  62. #define VER_FILEDESCRIPTION_STR "SCardDlg - Smart Card Common Dialog"
  63. #include "common.ver"
  64. #endif // RC_INVOKED
  65. /////////////////////////////////////////////////////////////////////////////