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.

42 lines
870 B

  1. //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
  2. //
  3. // version.rcv
  4. //
  5. // Version resource item for cdfview.dll.
  6. //
  7. // History:
  8. //
  9. // 3/18/97 edwardp Created.
  10. //
  11. ////////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Get project level version information from ntverp.h
  14. //
  15. #include <ntverp.h>
  16. //
  17. // Define ineticon version information
  18. //
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "Channel Definition File Viewer"
  22. #define VER_INTERNALNAME_STR "Cdf Viewer DLL"
  23. #define VER_ORIGINALFILENAME_STR "CDFVIEW.DLL"
  24. #define VER_OLESELFREGISTER
  25. //
  26. // Include version defines from windows.
  27. //
  28. #include <winver.h>
  29. //
  30. // Create the version structure using a standard template.
  31. //
  32. #include <common.ver>