|
16 | 16 | </ItemGroup> |
17 | 17 |
|
18 | 18 | <ItemGroup> |
19 | | - <Compile Include="$(FSharpSourcesRoot)\Compiler\Utilities\NullnessShims.fs" /> |
| 19 | + <Compile Include="$(FSharpSourcesRoot)\Compiler\Utilities\NullnessShims.fs"/> |
20 | 20 | <EmbeddedText Include="$(FSharpSourcesRoot)\Compiler\Facilities\UtilsStrings.txt" /> |
21 | 21 | <Compile Include="$(FSharpSourcesRoot)\Compiler\Facilities\CompilerLocation.fs"> |
22 | 22 | <Link>CompilerLocation.fs</Link> |
|
34 | 34 | <ProjectReference Include="$(FSharpSourcesRoot)\FSharp.Core\FSharp.Core.fsproj" /> |
35 | 35 | <ProjectReference Include="$(FSharpSourcesRoot)\FSharp.Build\FSharp.Build.fsproj" /> |
36 | 36 | <ProjectReference Include="$(FSharpSourcesRoot)\Compiler\FSharp.Compiler.Service.fsproj" /> |
37 | | - <ProjectReference Include="..\..\..\tests\FSharp.Test.Utilities\FSharp.Test.Utilities.fsproj" /> |
38 | 37 | <ProjectReference Include="..\..\src\FSharp.Editor\FSharp.Editor.fsproj" /> |
39 | 38 | <ProjectReference Include="..\..\src\FSharp.LanguageService.Base\FSharp.LanguageService.Base.csproj" /> |
40 | 39 | <ProjectReference Include="..\..\src\FSharp.LanguageService\FSharp.LanguageService.fsproj" /> |
|
52 | 51 |
|
53 | 52 | <ItemGroup> |
54 | 53 | <PackageReference Include="Microsoft.VisualStudio.Editor" Version="$(MicrosoftVisualStudioEditorVersion)" /> |
| 54 | + <PackageReference Include="Microsoft.VisualStudio.Interop" Version="$(MicrosoftVisualStudioInteropVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
55 | 55 | <PackageReference Include="Microsoft.VisualStudio.Designer.Interfaces" Version="$(MicrosoftVisualStudioDesignerInterfacesVersion)" /> |
| 56 | + <PackageReference Include="Microsoft.VisualStudio.GraphModel" Version="$(MicrosoftVisualStudioGraphModelVersion)" /> |
| 57 | + <PackageReference Include="Microsoft.VisualStudio.ImageCatalog" Version="$(MicrosoftVisualStudioImageCatalogVersion)" /> |
56 | 58 | <PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor" Version="$(MicrosoftVisualStudioPlatformVSEditorVersion)" /> |
| 59 | + <PackageReference Include="Microsoft.VisualStudio.ProjectAggregator" Version="$(MicrosoftVisualStudioProjectAggregatorVersion)" /> |
| 60 | + <PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="$(MicrosoftVisualStudioShell150Version)" /> |
57 | 61 | <PackageReference Include="Microsoft.VisualStudio.Shell.Design" Version="$(MicrosoftVisualStudioShellDesignVersion)" /> |
| 62 | + <PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="$(MicrosoftVisualStudioShellFrameworkVersion)" /> |
58 | 63 | <PackageReference Include="Microsoft.Internal.VisualStudio.Shell.Framework" Version="$(MicrosoftInternalVisualStudioShellFrameworkVersion)" /> |
| 64 | + <PackageReference Include="Microsoft.VisualStudio.Text.Data" Version="$(MicrosoftVisualStudioTextDataVersion)" /> |
| 65 | + <PackageReference Include="Microsoft.VisualStudio.Text.Internal" Version="$(MicrosoftVisualStudioTextInternalVersion)" /> |
59 | 66 | <PackageReference Include="Microsoft.VisualStudio.Threading" Version="$(MicrosoftVisualStudioThreadingVersion)" /> |
| 67 | + <PackageReference Include="Microsoft.VisualStudio.Utilities" Version="$(MicrosoftVisualStudioUtilitiesVersion)" /> |
| 68 | + <PackageReference Include="Microsoft.VisualStudio.Validation" Version="$(MicrosoftVisualStudioValidationVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" /> |
| 69 | + <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> |
60 | 70 | <PackageReference Include="XUnit" Version="$(XUnitVersion)" /> |
61 | 71 | </ItemGroup> |
62 | 72 |
|
|
0 commit comments