mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-10 07:42:47 -08:00
228dd301ba
This reverts commit cc65001d34a1e2bfbe353d8d11c6386e1be323cb.
14 lines
423 B
XML
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>
|