Added fix for plugin loading from "remote" sources

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1963 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-07-26 04:24:39 +00:00
commit b79198e5eb

View file

@ -4,4 +4,7 @@
<supportedRuntime version="v4.0" sku="client"/> <supportedRuntime version="v4.0" sku="client"/>
<supportedRuntime version="v2.0.50727"/> <supportedRuntime version="v2.0.50727"/>
</startup> </startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration> </configuration>