<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" 
  manifestVersion="1.0">

<assemblyIdentity
   type="win32"
   name="locationdetectionComDll"
   version="1.0.0.0" />

<file name = "locationdetection.dll">

<comClass
    clsid="{EB996FB2-C8DE-4F0E-94FF-AC56ADCC4DB9}"
    threadingModel = "Apartment" />

<typelib tlbid="{78F2E43D-AD4E-4CF7-9386-3B08E188B80F}"
       version="1.0" helpdir=""/>

</file>

<comInterfaceExternalProxyStub 
    name="ILocationDetector" 
    iid="{5EA739F4-CAEE-4B77-8ADE-F108B56F2A57}"
    proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"
    baseInterface="{00000000-0000-0000-C000-000000000046}"
    tlbid = "{78F2E43D-AD4E-4CF7-9386-3B08E188B80F}" />

</assembly>
