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