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:
authortherzok <marius.ungureanu@xamarin.com>2019-01-11 20:56:06 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-01-11 20:56:06 +0300
commitacbde339f8855406ec8ca90a65e3122a5999e25e (patch)
tree93faf4734ded0d61ad381fb58d84121989c03359 /main/external/fsharpbinding
parent08b5da38b566452e16677971b25438236d2512fd (diff)
Remove manual binding redirects in F#
Diffstat (limited to 'main/external/fsharpbinding')
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj1
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharpi.Service/app.config11
2 files changed, 0 insertions, 12 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj
index 3dcebef837..6858efbebb 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj
@@ -35,7 +35,6 @@
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Program.fs" />
<None Include="paket.references" />
- <None Include="app.config" />
<None Include="..\packages\FSharp.Core\lib\net45\FSharp.Core.optdata">
<Link>FSharp.Core.optdata</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/app.config b/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/app.config
deleted file mode 100644
index 97bfaef77a..0000000000
--- a/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/app.config
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
- <bindingRedirect oldVersion="2.0.0.0-4.4.3.0" newVersion="4.4.3.0"/>
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>