Skip to content

Commit 0c4f894

Browse files
committed
Add .dev-tools and GitHub workflows to the solution
1 parent 40695d1 commit 0c4f894

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CodeOfChaos.CliArgsParser.sln

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.CodeOfChaos.CliArgsPa
2222
EndProject
2323
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeOfChaos.CliArgsParser.Contracts", "src\CodeOfChaos.CliArgsParser.Contracts\CodeOfChaos.CliArgsParser.Contracts.csproj", "{0B047200-48C2-4A8F-BAB2-51E387F9541E}"
2424
EndProject
25+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".dev-tools", ".dev-tools", "{0AF396D5-7EE1-42C5-8E67-376D7BB92749}"
26+
EndProject
27+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{38D95A73-1C54-4547-A741-F8F08170EDAA}"
28+
ProjectSection(SolutionItems) = preProject
29+
.github\workflows\onPullRequest-TestDotnet.yml = .github\workflows\onPullRequest-TestDotnet.yml
30+
.github\workflows\release.yml = .github\workflows\release.yml
31+
.github\workflows\workflow-todo.yml = .github\workflows\workflow-todo.yml
32+
EndProjectSection
33+
EndProject
2534
Global
2635
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2736
Debug|Any CPU = Debug|Any CPU
@@ -65,5 +74,6 @@ Global
6574
{5791637A-68E9-4B82-9C2C-E295D0C3E94C} = {91B440FF-0570-4FF5-9AE9-5DD272DFD139}
6675
{181DA4AF-50BA-4C90-B678-EE394B22BFED} = {8DD280D4-1E14-4D5E-AFE6-58DD8F079DCC}
6776
{0B047200-48C2-4A8F-BAB2-51E387F9541E} = {197E72AD-DEAB-4350-AFC3-A3BB38720BF5}
77+
{38D95A73-1C54-4547-A741-F8F08170EDAA} = {0AF396D5-7EE1-42C5-8E67-376D7BB92749}
6878
EndGlobalSection
6979
EndGlobal

0 commit comments

Comments
 (0)