Skip to content

Commit c4c1d9c

Browse files
authored
combine swr files (#6587)
1 parent 0fadd9e commit c4c1d9c

File tree

6 files changed

+17
-27
lines changed

6 files changed

+17
-27
lines changed

setup/Swix/Microsoft.FSharp.Dependencies/Dependencies.swr

Lines changed: 0 additions & 9 deletions
This file was deleted.

setup/Swix/Microsoft.FSharp.Dependencies/Microsoft.FSharp.Dependencies.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<SwrFile Include="Dependencies.swr" />
16-
<SwrFile Include="Files.swr" />
15+
<SwrFile Include="Package.swr" />
1716
</ItemGroup>
1817

1918
</Project>

setup/Swix/Microsoft.FSharp.Dependencies/Files.swr renamed to setup/Swix/Microsoft.FSharp.Dependencies/Package.swr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ use vs
33
package name=Microsoft.FSharp.Dependencies
44
version=$(VsixVersion)
55

6+
vs.dependencies
7+
vs.dependency id=Microsoft.FSharp.SDK
8+
version=$(VsixVersion)
9+
type=Required
10+
611
folder "InstallDir:MSBuild\Microsoft\VisualStudio\v$(VSGeneralVersion)\FSharp"
712
file "Microsoft.FSharp.targets" source="$(SetupShimsDir)\Microsoft.FSharp.Shim.targets"
813
file "Microsoft.Portable.FSharp.targets" source="$(SetupShimsDir)\Microsoft.Portable.FSharp.Shim.targets"

setup/Swix/Microsoft.FSharp.IDE/Dependencies.swr

Lines changed: 0 additions & 14 deletions
This file was deleted.

setup/Swix/Microsoft.FSharp.IDE/Microsoft.FSharp.IDE.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<SwrFile Include="Dependencies.swr" />
14-
<SwrFile Include="Files.swr" />
13+
<SwrFile Include="Package.swr" />
1514
</ItemGroup>
1615

1716
</Project>

setup/Swix/Microsoft.FSharp.IDE/Files.swr renamed to setup/Swix/Microsoft.FSharp.IDE/Package.swr

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ use vs
33
package name=Microsoft.FSharp.IDE
44
version=$(VsixVersion)
55

6+
vs.dependencies
7+
vs.dependency id=Microsoft.FSharp.Dependencies
8+
version=$(VsixVersion)
9+
type=Required
10+
11+
vs.dependency id=Microsoft.FSharp.VSIX.Full.Core
12+
version=$(VsixVersion)
13+
type=Required
14+
when=Microsoft.VisualStudio.Product.Enterprise,Microsoft.VisualStudio.Product.Professional,Microsoft.VisualStudio.Product.Community
15+
616
folder "InstallDir:Common7\IDE\NewScriptItems"
717
file source="$(SetupResourcesDir)\NewFileDialog\Script\NewFSharpScriptItems.vsdir"
818
file source="$(SetupResourcesDir)\NewFileDialog\Script\Script.fsx"

0 commit comments

Comments
 (0)