Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-08-03 19:40:09 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-08-03 22:45:11 +0300
commitf7d2c5b8df8a9390e37b07eb2e320ee514063610 (patch)
tree3f16e6ec6e1bdf3bd93b6b5c45589ff1df4c0666 /main/src/core/MonoDevelop.Startup
parentc406ac44bbf9abcadff960be33b5b8fd28e3a655 (diff)
Opt-into long path support on Windows
Will only take effect on .NET 4.6.2+
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index 42ac975d90..473813e4d2 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
+ <AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />