<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" 
  manifestVersion="1.0">

<assemblyIdentity
   type="win32"
   name="LanguageDetectorComDll"
   version="1.0.0.0" />

<file name = "LanguageDetector.dll">

<comClass
    clsid="{A2EC8C17-5055-4BE5-9CF2-82EFDC8E2E91}"
    threadingModel = "Apartment" />

<typelib tlbid="{59942030-493E-4777-A82E-AB70517CE69D}"
       version="1.0" helpdir=""/>

</file>

<comInterfaceExternalProxyStub 
    name="ISCLanguageDetector" 
    iid="{0DC7D3AD-2051-4642-ACDF-36226A75E54D}"
    proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"
    baseInterface="{00000000-0000-0000-C000-000000000046}"
    tlbid = "{59942030-493E-4777-A82E-AB70517CE69D}" />

</assembly>
