greenshot/Greenshot/App.config
JKlingen 228dd301ba Revert "BUG-1735 fixed exception when scaling down screenshot with text element"
This reverts commit cc65001d34a1e2bfbe353d8d11c6386e1be323cb.
2015-01-25 14:51:50 +01:00

14 lines
423 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="App\Greenshot"/>
</assemblyBinding>
</runtime>
</configuration>