/*++ Copyright (c) 1999, 2000 Microsoft Corporation. Module Name: tunmp.rc Abstract: Internal resource file for tunmp --*/ #include #include #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_NETWORK #define VER_FILEDESCRIPTION_STR "Microsoft Tunnel Interface Driver" #define VER_INTERNALNAME_STR "tunmp.sys" #define VER_ORIGINALFILENAME_STR "tunmp.sys" #define VER_FILEVERSION 1,05,00,0000 #define VER_FILEVERSION_STR "1.05.00.0000" #undef VER_PRODUCTVERSION #define VER_PRODUCTVERSION VER_FILEVERSION #undef VER_PRODUCTVERSION_STR #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2001 Microsoft Corporation" #ifdef VER_COMPANYNAME_STR #undef VER_COMPANYNAME_STR #define VER_COMPANYNAME_STR "Microsoft Corporation" #endif #undef VER_PRODUCTNAME_STR #define VER_PRODUCTNAME_STR "Microsoft Tunnel Interface Driver" #include "common.ver"