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.

23 lines
790 B

  1. /*
  2. * This file provides the template for supplying the version resource
  3. * information for build objects. Each build object must include such a
  4. * version resource. It is not editable by MSVC++, since MSVC rewrites
  5. * the data as constants, instead of picking them up from the included files.
  6. *
  7. * To use this file with MSVC, rename it to an extension of *.rc2, and include
  8. * it from within your MSVC resource file.
  9. */
  10. #ifndef APSTUDIO_INVOKED
  11. #include <winver.h>
  12. #include <ntverp.h>
  13. #include <scardmsg.rc>
  14. #define VER_INTERNALNAME_STR "SCardSvr.exe"
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Smart Card Resource Management Server"
  18. #include "common.ver"
  19. #endif //APSTUDIO_INVOKED