Source code of Windows XP (NT5)
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.

32 lines
889 B

  1. /****************************************************************************\
  2. APPVER.H / Setup Manager (SETUPMGR.EXE)
  3. Microsoft Confidential
  4. Copyright (c) Microsoft Corporation 2001
  5. All rights reserved
  6. Contains version information for this program.
  7. 04/2001 - Jason Cohen (JCOHEN)
  8. Added header file with version info so that I can use this info in
  9. help/about dialog and the resource file.
  10. \****************************************************************************/
  11. #ifndef _APPVER_H_
  12. #define _APPVER_H_
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Microsoft Setup Manager Wizard"
  17. #define VER_INTERNALNAME_STR "SETUPMGR"
  18. #define VER_ORIGINALFILENAME_STR "SETUPMGR.EXE"
  19. #include <common.ver>
  20. #endif // _APPVER_H_