mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
10 lines
296 B
XML
10 lines
296 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"/>
|
|
</runtime>
|
|
</configuration>
|