Skip to content

Commit

Permalink
Merge pull request #6591 from Microsoft/merges/master-to-fsharp5
Browse files Browse the repository at this point in the history
Merge master to fsharp5
  • Loading branch information
dotnet-automerge-bot authored Apr 20, 2019
2 parents 50552a6 + c4c1d9c commit efd92ee
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 32 deletions.
9 changes: 0 additions & 9 deletions setup/Swix/Microsoft.FSharp.Dependencies/Dependencies.swr

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
</ItemGroup>

<ItemGroup>
<SwrFile Include="Files.swr" />
<SwrFile Include="Dependencies.swr" />
<SwrFile Include="Package.swr" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ use vs
package name=Microsoft.FSharp.Dependencies
version=$(VsixVersion)

vs.dependencies
vs.dependency id=Microsoft.FSharp.SDK
version=$(VsixVersion)
type=Required

folder "InstallDir:MSBuild\Microsoft\VisualStudio\v$(VSGeneralVersion)\FSharp"
file "Microsoft.FSharp.targets" source="$(SetupShimsDir)\Microsoft.FSharp.Shim.targets"
file "Microsoft.Portable.FSharp.targets" source="$(SetupShimsDir)\Microsoft.Portable.FSharp.Shim.targets"
Expand Down
19 changes: 0 additions & 19 deletions setup/Swix/Microsoft.FSharp.IDE/Dependencies.swr

This file was deleted.

3 changes: 1 addition & 2 deletions setup/Swix/Microsoft.FSharp.IDE/Microsoft.FSharp.IDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
</ItemGroup>

<ItemGroup>
<SwrFile Include="Files.swr" />
<SwrFile Include="Dependencies.swr" />
<SwrFile Include="Package.swr" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ use vs
package name=Microsoft.FSharp.IDE
version=$(VsixVersion)

vs.dependencies
vs.dependency id=Microsoft.FSharp.Dependencies
version=$(VsixVersion)
type=Required

vs.dependency id=Microsoft.FSharp.VSIX.Full.Core
version=$(VsixVersion)
type=Required
when=Microsoft.VisualStudio.Product.Enterprise,Microsoft.VisualStudio.Product.Professional,Microsoft.VisualStudio.Product.Community

folder "InstallDir:Common7\IDE\NewScriptItems"
file source="$(SetupResourcesDir)\NewFileDialog\Script\NewFSharpScriptItems.vsdir"
file source="$(SetupResourcesDir)\NewFileDialog\Script\Script.fsx"
Expand Down

0 comments on commit efd92ee

Please sign in to comment.