Skip to content

Commit 0fadd9e

Browse files
authored
rearrange order of SWR files to fix dependencies (#6582)
1 parent 95f733d commit 0fadd9e

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

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

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

1414
<ItemGroup>
15-
<SwrFile Include="Files.swr" />
1615
<SwrFile Include="Dependencies.swr" />
16+
<SwrFile Include="Files.swr" />
1717
</ItemGroup>
1818

1919
</Project>

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ vs.dependencies
1212
version=$(VsixVersion)
1313
type=Required
1414
when=Microsoft.VisualStudio.Product.Enterprise,Microsoft.VisualStudio.Product.Professional,Microsoft.VisualStudio.Product.Community
15-
16-
vs.dependency id=Microsoft.FSharp.VSIX.Full.Resources
17-
version=$(VsixVersion)
18-
type=Required
19-
when=Microsoft.VisualStudio.Product.Enterprise,Microsoft.VisualStudio.Product.Professional,Microsoft.VisualStudio.Product.Community

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

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

1212
<ItemGroup>
13-
<SwrFile Include="Files.swr" />
1413
<SwrFile Include="Dependencies.swr" />
14+
<SwrFile Include="Files.swr" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)