//
// imtf.rc
//

#ifdef RC_INVOKED
#ifndef _INC_WINDOWS
#define _INC_WINDOWS
#include "winres.h"
#endif
#endif

//
// version
//

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

#include "aimmver.h"

#define VER_FILETYPE                VFT_DLL
#define VER_FILESUBTYPE             VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Active IMM Server DLL"
#define VER_INTERNALNAME_STR        "MSIMTF.DLL"
#define VER_ORIGINALFILENAME_STR    "MSIMTF.DLL"

#define VER_OLESELFREGISTER

#include <winver.h>
#include <common.ver>

#include "resource.h"


/////////////////////////////////////////////////////////////////////////////
//
// REGISTRY RESOURCE

LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1252)

/////////////////////////////////////////////////////////////////////////////
//
// STRING
//

STRINGTABLE DISCARDABLE
BEGIN
    IDS_FUNCPRV_CONVERSION        "Conversion"
END

/////////////////////////////////////////////////////////////////////////////
//
// Known EXE module list for Trident aware applications.

LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1252)

ID_KNOWN_EXE RCDATA
{
    "iexplore.exe\0",        // Internet Explorer
    "msimn.exe\0",           // Outlook Express
    "outlook.exe\0",         // Outlook 

                             // Cicero #4039
                             // "Web Discussion" is Trident
    "powerpnt.exe\0",       // OFFICE10 PowerPoint
    "excel.exe\0",          // OFFICE10 Excel
    "msaccess.exe\0",       // OFFICE10 Access

    "netscp6.exe\0",        // Netscape 6.0
    "webeditor.exe\0",      // NAMO Web Editor

    0, 0, 0, 0               // terminator
}