Browse Source

Allow running SharpDevelop from network drives

pull/14/head
Daniel Grunwald 15 years ago
parent
commit
5199e8b69d
  1. 21
      src/Main/StartUp/Project/app.template.config

21
src/Main/StartUp/Project/app.template.config

@ -3,20 +3,25 @@ @@ -3,20 +3,25 @@
<section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
</configSections>
<!--
WARNING!
This file is automatically generated and will be overwritten every time SharpDevelop is compiled.
Change the template file "app.template.config" instead!
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<runtime>
<!--
WARNING!
This file is automatically generated and will be overwritten every time SharpDevelop is compiled.
Change the template file "app.template.config" instead!
-->
<!-- This option allows running SharpDevelop from network drives -->
<loadFromRemoteSources enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<!-- The redirects for SharpDevelop allow using old AddIns in newer SharpDevelop versions -->
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="4.0.0.0-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>

Loading…
Cancel
Save