<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup>
        <!-- We do this to match the same runtime that the host apps will use for MM -->
        <supportedRuntime version="v2.0.50727"/>
    </startup>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <probing privatePath="mediamanager" />
        </assemblyBinding>
        <gcConcurrent enabled="true" />
    </runtime>
</configuration>

