#include <windows.h>
#include <ntverp.h>
#include "mprres.h"

#define VER_FILETYPE    VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Multiple Provider Router DLL"
#define VER_INTERNALNAME_STR        "mpr.dll"

STRINGTABLE
BEGIN
    IDS_NETROOT,        "Entire Network"
    IDS_XERR_UNKNOWN,   "No error information is available"
END

#include "common.ver"