Leaked source code of windows server 2003
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.

38 lines
987 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. 1 11 MSG00001.bin
  15. #include "windows.h"
  16. #include "ntverp.h"
  17. #define VER_FILEDESCRIPTION_STR "IIS MetaBase DLL"
  18. #define VER_INTERNALNAME_STR "metabase.dll"
  19. #define VER_ORIGINALFILENAME_STR "metabase.dll"
  20. #define VER_FILETYPE VFT_DLL
  21. //
  22. // Apps may also define
  23. // VER_FILESUBTYPE
  24. // VER_IISPRODUCTNAME_STR
  25. // VER_IISMAJORVERSION
  26. // VER_IISMINORVERSION
  27. // VER_IISPRODUCTVERSION_STR
  28. // VER_IISPRODUCTVERSION
  29. // VER_IISPRODUCTBUILD
  30. //
  31. #include "iisver.h"
  32. #include "common.ver"
  33.