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.

23 lines
632 B

  1. /********************************************************************/
  2. /* TaskApp.rcv */
  3. /********************************************************************/
  4. #ifndef APSTUDIO_INVOKED
  5. #ifdef WIN32
  6. #include <ntverp.h>
  7. #else
  8. #include <version.h>
  9. #endif
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Windows Task UI Test App"
  13. #define VER_INTERNALNAME_STR "TaskApp"
  14. #define VER_ORIGINALFILENAME_STR "TaskApp.exe"
  15. #include <common.ver>
  16. #endif // APSTUDIO_INVOKED