|
33 | 33 | <Link>packages\System.ValueTuple.4.4.0.nupkg</Link> |
34 | 34 | <IncludeInVSIX>true</IncludeInVSIX> |
35 | 35 | </Content> |
| 36 | + <ContentInclude="$(FSharpSourcesRoot)\..\packages\Microsoft.VisualFSharp.Type.Providers.Redist\$(MicrosoftVisualFSharpTypeProvidersRedistPackageVersion)\content\4.3.0.0\FSharp.Data.TypeProviders.dll"> |
| 37 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 38 | + <Link>FSharp.Data.TypeProviders.dll</Link> |
| 39 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 40 | + </Content> |
36 | 41 | </ItemGroup> |
37 | 42 |
|
38 | 43 | <ItemGroup> |
| 44 | + <ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Build\FSharp.Build.fsproj"> |
| 45 | + <Project>{702A7979-BCF9-4C41-853E-3ADFC9897890}</Project> |
| 46 | + <Name>FSharp.Build</Name> |
| 47 | + <IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bGetCopyToOutputDirectoryItems%3b</IncludeOutputGroupsInVSIX> |
| 48 | + <IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly> |
| 49 | + <Private>True</Private> |
| 50 | + </ProjectReference> |
39 | 51 | <ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj"> |
40 | 52 | <Project>{649FA588-F02E-457C-9FCF-87E46407481E}</Project> |
41 | 53 | <Name>FSharp.Compiler.Interactive.Settings</Name> |
|
78 | 90 | <IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly> |
79 | 91 | <Private>True</Private> |
80 | 92 | </ProjectReference> |
| 93 | + <ProjectReferenceInclude="..\..\..\src\fsharp\Fsc\Fsc.fsproj"> |
| 94 | + <Project>{C94C257C-3C0A-4858-B5D8-D746498D1F08}</Project> |
| 95 | + <Name>fsc</Name> |
| 96 | + <IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bGetCopyToOutputDirectoryItems%3b</IncludeOutputGroupsInVSIX> |
| 97 | + <IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly> |
| 98 | + <Private>True</Private> |
| 99 | + </ProjectReference> |
81 | 100 | <ProjectReferenceInclude="$(FSharpSourcesRoot)\..\vsintegration\src\FSharp.Editor\FSharp.Editor.fsproj"> |
82 | 101 | <Project>{65e0e82a-eace-4787-8994-888674c2fe87}</Project> |
83 | 102 | <Name>FSharp.Editor</Name> |
|
193 | 212 | </ItemGroup> |
194 | 213 |
|
195 | 214 | <ItemGroup> |
| 215 | + <PackageReferenceInclude="Microsoft.Build"Version="$(MicrosoftBuildPackageVersion)"ExcludeAssets="all" /> |
| 216 | + <PackageReferenceInclude="Microsoft.Build.Framework"Version="$(MicrosoftBuildFrameworkPackageVersion)"ExcludeAssets="all" /> |
| 217 | + <PackageReferenceInclude="Microsoft.Build.Tasks.Core"Version="$(MicrosoftBuildTasksCorePackageVersion)"ExcludeAssets="all" /> |
| 218 | + <PackageReferenceInclude="Microsoft.Build.Utilities.Core"Version="$(MicrosoftBuildUtilitiesCorePackageVersion)"ExcludeAssets="all" /> |
| 219 | + <PackageReferenceInclude="Microsoft.VisualFSharp.Type.Providers.Redist"Version="$(MicrosoftVisualFSharpTypeProvidersRedistPackageVersion)" /> |
196 | 220 | <PackageReferenceInclude="Newtonsoft.Json"Version="$(NewtonsoftJsonPackageVersion)" /> |
197 | 221 | </ItemGroup> |
198 | 222 |
|
|