2015-08-20 01:06:44 -04:00
|
|
|
<?xml version="1.0"?>
|
2015-07-24 15:46:32 -04:00
|
|
|
<configuration>
|
2015-08-20 01:06:44 -04:00
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
|
|
</startup>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<probing privatePath="lib" />
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|