Skip to content

Commit

Permalink
combine swr files (#6587)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored Apr 19, 2019
1 parent 0fadd9e commit c4c1d9c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 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="Dependencies.swr" />
<SwrFile Include="Files.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
14 changes: 0 additions & 14 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="Dependencies.swr" />
<SwrFile Include="Files.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 c4c1d9c

Please sign in to comment.