13 lines
343 B
XML
13 lines
343 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0"/>
|
|
<supportedRuntime version="v2.0.50727"/>
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="dll"/>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|