|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.--> |
3 | 3 | <configuration> |
4 | | - <appSettings> |
5 | | - <addkey="fsharp-compiler-location"value="{FinalDir}" /> |
6 | | - </appSettings> |
7 | | - <runtime> |
8 | | - <assemblyBindingxmlns="urn:schemas-microsoft-com:asm.v1"> |
9 | | - <dependentAssembly> |
10 | | - <assemblyIdentityname="EnvDTE"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
11 | | - <bindingRedirectoldVersion="7.0.3300.0"newVersion="8.0.0.0"/> |
12 | | - </dependentAssembly> |
13 | | - <dependentAssembly> |
14 | | - <assemblyIdentityname="Microsoft.VisualStudio.Package.LanguageService.10.0"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
15 | | - <bindingRedirectoldVersion="2.0.0.0-11.0.0.0"newVersion="10.0.0.0"/> |
16 | | - </dependentAssembly> |
17 | | - <dependentAssembly> |
18 | | - <assemblyIdentityname="Microsoft.VisualStudio.Shell.10.0"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
19 | | - <bindingRedirectoldVersion="2.0.0.0-10.0.0.0"newVersion="11.0.0.0"/> |
20 | | - </dependentAssembly> |
21 | | - <dependentAssembly> |
22 | | - <assemblyIdentityname="Microsoft.Build.Framework"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
23 | | - <bindingRedirectoldVersion="2.0.0.0-{VisualStudioVersion}.0.0"newVersion="{VisualStudioVersion}.0.0"/> |
24 | | - </dependentAssembly> |
25 | | - <dependentAssembly> |
26 | | - <assemblyIdentityname="Microsoft.Build.Utilities"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
27 | | - <bindingRedirectoldVersion="2.0.0.0-{VisualStudioVersion}.0.0"newVersion="{VisualStudioVersion}.0.0"/> |
28 | | - </dependentAssembly> |
29 | | - <dependentAssembly> |
30 | | - <assemblyIdentityname="FSharp.Core"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
31 | | - <bindingRedirectoldVersion="2.0.0.0-4.4.1.0"newVersion="4.4.1.0"/> |
32 | | - </dependentAssembly> |
33 | | -<!-- VS Dlls with versions that Roslyn uses--> |
34 | | - <dependentAssembly> |
35 | | - <assemblyIdentityname="Microsoft.VisualStudio.Text.Internal"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
36 | | - <bindingRedirectoldVersion="14.0.0.0-15.0.0.0"newVersion="14.0.0.0"/> |
37 | | - </dependentAssembly> |
38 | | - <dependentAssembly> |
39 | | - <assemblyIdentityname="Microsoft.VisualStudio.Platform.VSEditor"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
40 | | - <bindingRedirectoldVersion="14.0.0.0-15.0.0.0"newVersion="14.0.0.0"/> |
41 | | - </dependentAssembly> |
42 | | - <dependentAssembly> |
43 | | - <assemblyIdentityname="Microsoft.VisualStudio.Platform.VSEditor.Interop"publicKeyToken="b03f5f7f11d50a3a"culture="neutral"/> |
44 | | - <bindingRedirectoldVersion="14.0.0.0-15.0.0.0"newVersion="14.0.0.0"/> |
45 | | - </dependentAssembly> |
46 | | - </assemblyBinding> |
47 | | - </runtime> |
| 4 | + <appSettings> |
| 5 | + <addkey="fsharp-compiler-location"value="{FinalDir}" /> |
| 6 | + </appSettings> |
| 7 | + <runtime> |
| 8 | + <assemblyBindingxmlns="urn:schemas-microsoft-com:asm.v1"> |
| 9 | + <dependentAssembly> |
| 10 | + <assemblyIdentityname="EnvDTE"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 11 | + <bindingRedirectoldVersion="7.0.3300.0"newVersion="8.0.0.0" /> |
| 12 | + </dependentAssembly> |
| 13 | + <dependentAssembly> |
| 14 | + <assemblyIdentityname="Microsoft.VisualStudio.Package.LanguageService.10.0"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 15 | + <bindingRedirectoldVersion="2.0.0.0-11.0.0.0"newVersion="10.0.0.0" /> |
| 16 | + </dependentAssembly> |
| 17 | + <dependentAssembly> |
| 18 | + <assemblyIdentityname="Microsoft.VisualStudio.Shell.10.0"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 19 | + <bindingRedirectoldVersion="2.0.0.0-10.0.0.0"newVersion="11.0.0.0" /> |
| 20 | + </dependentAssembly> |
| 21 | + <dependentAssembly> |
| 22 | + <assemblyIdentityname="Microsoft.Build.Framework"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 23 | + <bindingRedirectoldVersion="2.0.0.0-{VisualStudioVersion}.0.0"newVersion="{VisualStudioVersion}.0.0" /> |
| 24 | + </dependentAssembly> |
| 25 | + <dependentAssembly> |
| 26 | + <assemblyIdentityname="Microsoft.Build.Utilities"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 27 | + <bindingRedirectoldVersion="2.0.0.0-{VisualStudioVersion}.0.0"newVersion="{VisualStudioVersion}.0.0" /> |
| 28 | + </dependentAssembly> |
| 29 | + <dependentAssembly> |
| 30 | + <assemblyIdentityname="FSharp.Core"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 31 | + <bindingRedirectoldVersion="2.0.0.0-4.4.1.0"newVersion="4.4.1.0" /> |
| 32 | + </dependentAssembly> |
| 33 | +<!-- VS Dlls with versions that Roslyn uses--> |
| 34 | + <dependentAssembly> |
| 35 | + <assemblyIdentityname="Microsoft.VisualStudio.Text.Internal"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 36 | + <bindingRedirectoldVersion="14.0.0.0-15.0.0.0"newVersion="14.0.0.0" /> |
| 37 | + </dependentAssembly> |
| 38 | + <dependentAssembly> |
| 39 | + <assemblyIdentityname="Microsoft.VisualStudio.Platform.VSEditor"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 40 | + <bindingRedirectoldVersion="14.0.0.0-15.0.0.0"newVersion="14.0.0.0" /> |
| 41 | + </dependentAssembly> |
| 42 | + <dependentAssembly> |
| 43 | + <assemblyIdentityname="Microsoft.VisualStudio.Platform.VSEditor.Interop"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 44 | + <bindingRedirectoldVersion="14.0.0.0-15.0.0.0"newVersion="14.0.0.0" /> |
| 45 | + </dependentAssembly> |
| 46 | +<!-- Microsoft.CodeAnalysis.Features requires 1.2.1 but the rest of F# uses 1.2.0--> |
| 47 | + <dependentAssembly> |
| 48 | + <assemblyIdentityname="System.Collections.Immutable"publicKeyToken="b03f5f7f11d50a3a"culture="neutral" /> |
| 49 | + <bindingRedirectoldVersion="1.0.0.0-1.2.1.0"newVersion="1.2.0.0" /> |
| 50 | + </dependentAssembly> |
| 51 | + </assemblyBinding> |
| 52 | + </runtime> |
48 | 53 | </configuration> |