-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGithubActionsOrchestrator.sln
More file actions
22 lines (22 loc) · 1.35 KB
/
GithubActionsOrchestrator.sln
File metadata and controls
22 lines (22 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubActionsOrchestrator", "GithubActionsOrchestrator.csproj", "{FD60E845-895D-40D7-8935-E346193328B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubActionsOrchestrator.IntegrationTests", "GithubActionsOrchestrator.IntegrationTests\GithubActionsOrchestrator.IntegrationTests.csproj", "{4ACC1E02-BCFE-4D86-B7AC-C8DDFC492BF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD60E845-895D-40D7-8935-E346193328B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD60E845-895D-40D7-8935-E346193328B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD60E845-895D-40D7-8935-E346193328B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD60E845-895D-40D7-8935-E346193328B6}.Release|Any CPU.Build.0 = Release|Any CPU
{4ACC1E02-BCFE-4D86-B7AC-C8DDFC492BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ACC1E02-BCFE-4D86-B7AC-C8DDFC492BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ACC1E02-BCFE-4D86-B7AC-C8DDFC492BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ACC1E02-BCFE-4D86-B7AC-C8DDFC492BF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal