Skip to content

Commit f84159d

Browse files
committed
Added workflows to Solution Items
1 parent 0690c90 commit f84159d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

FSharp.Collections.Immutable.sln

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 16
34
VisualStudioVersion = 16.0.29021.104
45
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Collections.Immutable", "src\FSharp.Collections.Immutable\FSharp.Collections.Immutable.fsproj", "{9805E74C-D028-4D05-9256-5C2FDC9B6EA8}"
6+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Collections.Immutable", "src\FSharp.Collections.Immutable\FSharp.Collections.Immutable.fsproj", "{9805E74C-D028-4D05-9256-5C2FDC9B6EA8}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9BE8C74B-E5EF-4A0E-8E77-CDCD967B6E88}"
9+
ProjectSection(SolutionItems) = preProject
10+
.github\workflows\build.yml = .github\workflows\build.yml
11+
.github\workflows\publish_ci.yml = .github\workflows\publish_ci.yml
12+
.github\workflows\publish_release.yml = .github\workflows\publish_release.yml
13+
EndProjectSection
614
EndProject
715
Global
816
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)