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.

21 lines
697 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. #ifdef APSTUDIO_INVOKED
  8. #error this file is not editable by Microsoft Visual C++
  9. #endif //APSTUDIO_INVOKED
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #define VER_INTERNALNAME_STR "changepin.exe"
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Smart Card Change PIN Utility"
  16. #include "common.ver"