Skip to content

Commit f384316

Browse files
authored
Merge pull request #891 from drewnoakes/workflow-solution-items
Add GitHub workflow files to solution
2 parents 7ae9632 + 5177ab8 commit f384316

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/NetMQ.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "remote_lat", "Performance\r
5858
EndProject
5959
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "remote_thr", "Performance\remote_thr\remote_thr.csproj", "{D82A477F-5C47-4AD3-8595-09A1F0158365}"
6060
EndProject
61+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{EFA81BEE-2B57-4540-947A-0A0F32EEC766}"
62+
ProjectSection(SolutionItems) = preProject
63+
..\.github\workflows\CI.yml = ..\.github\workflows\CI.yml
64+
..\.github\workflows\prerelease.yml = ..\.github\workflows\prerelease.yml
65+
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
66+
EndProjectSection
67+
EndProject
6168
Global
6269
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6370
Debug|Any CPU = Debug|Any CPU
@@ -162,6 +169,7 @@ Global
162169
{2FA93FE5-4577-4696-9EF4-86357699B07B} = {1D49A4C6-C03C-4F72-9A27-42C8E5219BBA}
163170
{65EBC8B6-3E80-46BB-888F-99C2357C392B} = {1D49A4C6-C03C-4F72-9A27-42C8E5219BBA}
164171
{D82A477F-5C47-4AD3-8595-09A1F0158365} = {1D49A4C6-C03C-4F72-9A27-42C8E5219BBA}
172+
{EFA81BEE-2B57-4540-947A-0A0F32EEC766} = {6AB1E02C-7800-4934-AA7A-4161459E1278}
165173
EndGlobalSection
166174
GlobalSection(ExtensibilityGlobals) = postSolution
167175
SolutionGuid = {634B21AA-6698-4925-A0A3-943100197AB7}

0 commit comments

Comments
 (0)