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.

41 lines
838 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. WiaStress.rc2
  5. Abstract:
  6. Contains resources App Studio does not edit directly
  7. Author:
  8. Hakki T. Bostanci (hakkib) 06-Apr-2000
  9. Revision History:
  10. --*/
  11. #ifdef APSTUDIO_INVOKED
  12. #error this file is not editable by App Studio
  13. #endif //APSTUDIO_INVOKED
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Version
  17. //
  18. #include <winver.h>
  19. #include <ntverp.h>
  20. #define VER_FILETYPE VFT_APP
  21. #define VER_FILESUBTYPE VFT2_UNKNOWN
  22. #define VER_FILEDESCRIPTION_STR "Wia Stress Test Application"
  23. #define VER_INTERNALNAME_STR "WiaStress"
  24. #define VER_ORIGINALFILENAME_STR "WiaStress.exe"
  25. #define VER_FILEVERSION 1,07,0,0
  26. #define VER_FILEVERSION_STR "1.07"
  27. #include <common.ver>