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>
|
2017-05-26 18:49:27 -04:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
2015-08-20 01:06:44 -04:00
|
|
|
</startup>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
2017-05-26 18:49:27 -04:00
|
|
|
<probing privatePath="lib"/>
|
2015-08-20 01:06:44 -04:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|