/*++ Copyright (c) 1997 Microsoft Corporation Module Name: binl.rc Abstract: Resource contents. Author: Colin Watson (colinw) 14-Apr-1997 Environment: User Mode - Win32 Revision History: --*/ #include #include #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "BINL Service" #define VER_INTERNALNAME_STR "binlsvc.dll" #define VER_ORIGINALFILENAME_STR "binlsvc.dll" #include "common.ver" #include "binlmsg.rc"