mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-09 07:13:02 -08:00
11 lines
296 B
XML
11 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>
|