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
554 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. tiffview.rc
  5. Abstract:
  6. This file contains all resources for tiffview.exe
  7. Author:
  8. Wesley Witt (wesw) 16-Feb-1996
  9. Environment:
  10. User Mode
  11. --*/
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Coverpage Render Test App"
  17. #define VER_INTERNALNAME_STR "rendtest.exe\0"
  18. #define VER_ORIGINALFILENAME_STR "rendtest.exe\0"
  19. #include "common.ver"