-
Notifications
You must be signed in to change notification settings - Fork 4
/
SuperSimpleConductor.sln
52 lines (52 loc) · 2.98 KB
/
SuperSimpleConductor.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConductorClient", "ConductorClient\ConductorClient.csproj", "{B496B90F-8E75-493B-A843-FCC34E5900A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConductorWorker", "ConductorWorker\ConductorWorker.csproj", "{53E871E0-21D2-438F-972C-B79EE69193E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{462F7273-2383-408C-8D97-8F752D92E55B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build-and-publish.yml = .github\workflows\build-and-publish.yml
.github\workflows\build.yml = .github\workflows\build.yml
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWorker", "TestWorker\TestWorker.csproj", "{148F041C-D3A4-4199-AB89-C19E71D34D4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{547FFF50-F8E7-497B-BB94-0117BFBEF3C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B496B90F-8E75-493B-A843-FCC34E5900A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B496B90F-8E75-493B-A843-FCC34E5900A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B496B90F-8E75-493B-A843-FCC34E5900A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B496B90F-8E75-493B-A843-FCC34E5900A2}.Release|Any CPU.Build.0 = Release|Any CPU
{53E871E0-21D2-438F-972C-B79EE69193E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53E871E0-21D2-438F-972C-B79EE69193E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53E871E0-21D2-438F-972C-B79EE69193E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53E871E0-21D2-438F-972C-B79EE69193E2}.Release|Any CPU.Build.0 = Release|Any CPU
{148F041C-D3A4-4199-AB89-C19E71D34D4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{148F041C-D3A4-4199-AB89-C19E71D34D4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{148F041C-D3A4-4199-AB89-C19E71D34D4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{148F041C-D3A4-4199-AB89-C19E71D34D4C}.Release|Any CPU.Build.0 = Release|Any CPU
{547FFF50-F8E7-497B-BB94-0117BFBEF3C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{547FFF50-F8E7-497B-BB94-0117BFBEF3C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{547FFF50-F8E7-497B-BB94-0117BFBEF3C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{547FFF50-F8E7-497B-BB94-0117BFBEF3C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83265DC7-3D03-4BF4-8488-A954E2C5F6B7}
EndGlobalSection
EndGlobal