mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-09 15:23:03 -08:00
1751880581
Fixed an issue that some destinations were not visible as they were exported wrong.
16 lines
513 B
XML
16 lines
513 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<!--<system.windows.forms jitDebugging="true" />-->
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<runtime>
|
|
<loadFromRemoteSources enabled="true" />
|
|
<relativeBindForResources enabled="true" />
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="Addons" />
|
|
<probing privatePath="App\Greenshot" />
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|