///////////////////////////////////////////////////////////////////////////// // // contains resources (mainly the version) that we don't want to // modify with visual studio // ///////////////////////////////////////////////////////////////////////////// // // Version // #include #include #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Microsoft Windows POP3 Service SMTP Store Driver" #define VER_INTERNALNAME_STR "P3Store.dll" #define VER_ORIGINALFILENAME_STR "P3Store.dll" #include "common.ver" /////////////////////////////////////////////////////////////////////////////