diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj index 1ef065b14bb..e76a2842dd9 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj +++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj @@ -25,7 +25,7 @@ 3 ..\..\..\..\..\build\AddIns\FSharp.Editor\FSharp.Editor.XML false - --warnon:11111182 --subsystemversion:6.00 --simpleresolution + --warnon:11111182 --subsystemversion:6.00 --simpleresolution true --publicsign ..\..\..\src\buildtools\keys\MSFT.snk @@ -76,11 +76,6 @@ ..\..\..\..\Xamarin.Mac.dll False - - ..\..\..\..\fsharpbinding\packages\ExtCore\lib\net45\ExtCore.dll - True - True - @@ -223,7 +218,7 @@ False - + {27096E7F-C91C-4AC6-B289-6897A701DF21} @@ -233,7 +228,7 @@ - + {3F5B5BDA-69D5-441A-8142-AA25C998A997} MonoDevelop.TextEditor @@ -292,4 +287,4 @@ - \ No newline at end of file + diff --git a/vsintegration/src/FSharp.Editor/FSharp.addin.xml b/vsintegration/src/FSharp.Editor/FSharp.addin.xml index cdccc1a0320..388dddd2a0a 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.addin.xml +++ b/vsintegration/src/FSharp.Editor/FSharp.addin.xml @@ -3,7 +3,6 @@ - @@ -21,7 +20,6 @@ - diff --git a/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs b/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs index 25f38f5f7fa..f95702bee55 100644 --- a/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs +++ b/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs @@ -4,6 +4,7 @@ open System.Collections.Generic open System.Text open FSharp.Compiler open FSharp.Compiler.SourceCodeServices +open Microsoft.VisualStudio.FSharp.Editor.Symbols module Symbols = let getLocationFromSymbolUse (s: FSharpSymbolUse) =