|
|
@ -9,6 +9,7 @@
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
|
|
</startup>
|
|
|
|
</startup>
|
|
|
|
<runtime>
|
|
|
|
<runtime>
|
|
|
|
|
|
|
|
<loadFromRemoteSources enabled="true"/>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<probing privatePath="libs" />
|
|
|
|
<probing privatePath="libs" />
|
|
|
|
<dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
@ -29,4 +30,4 @@
|
|
|
|
</dependentAssembly>
|
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|