|
35 | 35 | <Compile Include="Common\RoslynHelpers.fs" /> |
36 | 36 | <Compile Include="Common\CodeAnalysisExtensions.fs" /> |
37 | 37 | <Compile Include="Common\Vs.fs" /> |
38 | | - <Compile Include="$(FSharpSourcesRoot)\fsharp\FSharp.Compiler.LanguageServer\LspExternalAccess.fs"> |
39 | | - <Link>Common\LspExternalAccess.fs</Link> |
40 | | - </Compile> |
41 | | - <Compile Include="Common\LspService.fs" /> |
42 | 38 | <Compile Include="Options\SettingsPersistence.fs" /> |
43 | 39 | <Compile Include="Options\UIHelpers.fs" /> |
44 | 40 | <Compile Include="Options\EditorOptions.fs" /> |
|
55 | 51 | <Compile Include="LanguageService\SingleFileWorkspaceMap.fs" /> |
56 | 52 | <Compile Include="LanguageService\LegacyProjectWorkspaceMap.fs" /> |
57 | 53 | <Compile Include="LanguageService\LanguageService.fs" /> |
58 | | - <Compile Include="$(FSharpSourcesRoot)\fsharp\FSharp.Compiler.LanguageServer\JsonOptionConverter.fs"> |
59 | | - <Link>LanguageService\JsonOptionConverter.fs</Link> |
60 | | - </Compile> |
61 | | - <Compile Include="LanguageService\FSharpLanguageClient.fs" Condition="'$(IncludeVsLanguageServer)' == 'true'" /> |
62 | 54 | <Compile Include="LanguageService\AssemblyContentProvider.fs" /> |
63 | 55 | <Compile Include="LanguageService\SymbolHelpers.fs" /> |
64 | 56 | <Compile Include="Classification\ClassificationDefinitions.fs" /> |
|
122 | 114 | <ItemGroup> |
123 | 115 | <ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" /> |
124 | 116 | <ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj" /> |
125 | | - <ProjectReference Include="..\FSharp.Editor.Helpers\FSharp.Editor.Helpers.csproj" /> |
126 | 117 | <ProjectReference Include="..\FSharp.PatternMatcher\FSharp.PatternMatcher.csproj" /> |
127 | 118 | <ProjectReference Include="..\FSharp.UIResources\FSharp.UIResources.csproj" /> |
128 | 119 | <ProjectReference Include="..\FSharp.VS.FSI\FSharp.VS.FSI.fsproj" /> |
|
151 | 142 | <PackageReference Include="Microsoft.VisualStudio.Language.Intellisense" Version="$(MicrosoftVisualStudioLanguageIntellisenseVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
152 | 143 | <PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification" Version="$(MicrosoftVisualStudioLanguageStandardClassificationVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
153 | 144 | <PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="$(MicrosoftVisualStudioLanguageServicesVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
154 | | - <PackageReference Include="Microsoft.VisualStudio.LanguageServer.Client" Version="$(MicrosoftVisualStudioLanguageServerClientVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
155 | 145 | <PackageReference Include="Microsoft.VisualStudio.Package.LanguageService.15.0" Version="$(MicrosoftVisualStudioPackageLanguageService150Version)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
156 | 146 | <PackageReference Include="Microsoft.VisualStudio.ProjectAggregator" Version="$(MicrosoftVisualStudioProjectAggregatorVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
157 | 147 | <PackageReference Include="Microsoft.VisualStudio.ProjectSystem" Version="$(MicrosoftVisualStudioProjectSystemVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
|
0 commit comments