de4dot-cex/de4dot/App.config

13 lines
369 B
Plaintext
Raw Permalink Normal View History

2011-09-22 10:55:30 +08:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
2012-03-11 03:47:42 +08:00
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin"/>
</assemblyBinding>
<loadFromRemoteSources enabled="true"/>
</runtime>
2011-09-22 10:55:30 +08:00
</configuration>