|
49 | 49 | <EmbeddedText Include="$(FSharpSourcesRoot)\fsharp\FSComp.txt">
|
50 | 50 | <Link>FSComp.txt</Link>
|
51 | 51 | </EmbeddedText>
|
| 52 | + <EmbeddedText Include="$(FSharpSourcesRoot)\fsharp\Interactive.DependencyManager\InteractiveDependencyManager.txt"> |
| 53 | + <Link>InteractiveDependencyManager.txt</Link> |
| 54 | + </EmbeddedText> |
52 | 55 | <EmbeddedText Include="$(FSharpSourcesRoot)\fsharp\fsi\FSIstrings.txt">
|
53 | 56 | <Link>FSIstrings.txt</Link>
|
54 | 57 | </EmbeddedText>
|
|
522 | 525 | <Compile Include="$(FSharpSourcesRoot)/fsharp/DotNetFrameworkDependencies.fs">
|
523 | 526 | <Link>Driver\DotNetFrameworkDependencies.fs</Link>
|
524 | 527 | </Compile>
|
525 |
| - <Compile Include="$(FSharpSourcesRoot)/fsharp/DependencyManager.Integration.fsi"> |
526 |
| - <Link>Driver/DependencyManager.Integration.fsi</Link> |
| 528 | + <Compile Include="$(FSharpSourcesRoot)/fsharp/Interactive.DependencyManager/DependencyManager.fsi"> |
| 529 | + <Link>Driver/DependencyManager.fsi</Link> |
527 | 530 | </Compile>
|
528 |
| - <Compile Include="$(FSharpSourcesRoot)/fsharp/DependencyManager.Integration.fs"> |
529 |
| - <Link>Driver/DependencyManager.Integration.fs</Link> |
| 531 | + <Compile Include="$(FSharpSourcesRoot)/fsharp/Interactive.DependencyManager/DependencyManager.fs"> |
| 532 | + <Link>Driver/DependencyManager.fs</Link> |
530 | 533 | </Compile>
|
531 | 534 | <Compile Include="$(FSharpSourcesRoot)/fsharp/CompileOps.fsi">
|
532 | 535 | <Link>Driver/CompileOps.fsi</Link>
|
|
576 | 579 | <Compile Include="$(FSharpSourcesRoot)\fsharp\service\Reactor.fs">
|
577 | 580 | <Link>Service/Reactor.fs</Link>
|
578 | 581 | </Compile>
|
| 582 | + <Compile Include="$(FSharpSourcesRoot)\fsharp\service\SemanticClassification.fsi"> |
| 583 | + <Link>Service/SemanticClassification.fsi</Link> |
| 584 | + </Compile> |
| 585 | + <Compile Include="$(FSharpSourcesRoot)\fsharp\service\SemanticClassification.fs"> |
| 586 | + <Link>Service/SemanticClassification.fs</Link> |
| 587 | + </Compile> |
| 588 | + <Compile Include="$(FSharpSourcesRoot)\fsharp\service\ItemKey.fsi"> |
| 589 | + <Link>Service/ItemKey.fsi</Link> |
| 590 | + </Compile> |
| 591 | + <Compile Include="$(FSharpSourcesRoot)\fsharp\service\ItemKey.fs"> |
| 592 | + <Link>Service/ItemKey.fs</Link> |
| 593 | + </Compile> |
579 | 594 | <Compile Include="$(FSharpSourcesRoot)\fsharp\service\IncrementalBuild.fsi">
|
580 | 595 | <Link>Service/IncrementalBuild.fsi</Link>
|
581 | 596 | </Compile>
|
|
636 | 651 | <Compile Include="$(FSharpSourcesRoot)\fsharp\service\ExternalSymbol.fs">
|
637 | 652 | <Link>Service/ExternalSymbol.fs</Link>
|
638 | 653 | </Compile>
|
639 |
| - <Compile Include="$(FSharpSourcesRoot)\fsharp\service\QuickParse.fsi"> |
| 654 | + <Compile Include="$(FSharpSourcesRoot)\fsharp\service\QuickParse.fsi"> |
640 | 655 | <Link>Service/QuickParse.fsi</Link>
|
641 | 656 | </Compile>
|
642 | 657 | <Compile Include="$(FSharpSourcesRoot)\fsharp\service\QuickParse.fs">
|
|
684 | 699 | <PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
|
685 | 700 | <PackageReference Include="System.Reflection.Metadata" Version="1.6.0" />
|
686 | 701 | <PackageReference Include="System.Buffers" Version="4.5.0" />
|
| 702 | + <PackageReference Include="System.Memory" Version="4.5.3" /> |
687 | 703 | </ItemGroup>
|
688 | 704 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
689 | 705 | <PackageReference Include="System.Diagnostics.Process" Version="4.1.0" />
|
|
0 commit comments