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.

37 lines
939 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. * metabse.rc
  7. * Resources for the metadata dll.
  8. *
  9. *
  10. * FILE HISTORY
  11. * keithmo 3-Jun-1996 Created
  12. */
  13. LANGUAGE 0x9,0x1
  14. #include "windows.h"
  15. #include "ntverp.h"
  16. #define VER_FILEDESCRIPTION_STR "IISAdmin Extension Test DLL"
  17. #define VER_INTERNALNAME_STR "exttest.dll"
  18. #define VER_ORIGINALFILENAME_STR "exttest.dll"
  19. #define VER_FILETYPE VFT_DLL
  20. //
  21. // Apps may also define
  22. // VER_FILESUBTYPE
  23. // VER_IISPRODUCTNAME_STR
  24. // VER_IISMAJORVERSION
  25. // VER_IISMINORVERSION
  26. // VER_IISPRODUCTVERSION_STR
  27. // VER_IISPRODUCTVERSION
  28. // VER_IISPRODUCTBUILD
  29. //
  30. #include "iisver.h"
  31. #include "common.ver"