-
Notifications
You must be signed in to change notification settings - Fork 98
/
Conductor.sln
79 lines (79 loc) · 5.18 KB
/
Conductor.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Conductor", "src\Conductor\Conductor.csproj", "{BC743A97-4ACF-4189-96B7-02FD9B140841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Conductor.Domain", "src\Conductor.Domain\Conductor.Domain.csproj", "{17322103-FD01-472B-A33E-4A955460351B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Conductor.Storage", "src\Conductor.Storage\Conductor.Storage.csproj", "{1010AB76-79FD-42FE-9F59-166323E9BDBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Conductor.Steps", "src\Conductor.Steps\Conductor.Steps.csproj", "{C9DA979C-9D97-4D8B-B297-C0DEC68C9490}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3E1C72D-C63A-4A85-AAC1-AF7C1F072907}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B5BD285A-9A9E-43FB-A603-413582C2AD70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MockServer", "tests\MockServer\MockServer.csproj", "{A6943D05-84F2-4FD3-AACC-C66A418624E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Conductor.IntegrationTests", "tests\Conductor.IntegrationTests\Conductor.IntegrationTests.csproj", "{A291A05D-5140-47EC-BA51-9BD40F4D2512}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScratchPad", "tests\ScratchPad\ScratchPad.csproj", "{45D807EA-1D48-4356-9BA2-E93C6A791F3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Conductor.Domain.Scripting", "src\Conductor.Domain.Scripting\Conductor.Domain.Scripting.csproj", "{8DD6BFDB-3050-4E99-953F-B4B6B4667199}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC743A97-4ACF-4189-96B7-02FD9B140841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC743A97-4ACF-4189-96B7-02FD9B140841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC743A97-4ACF-4189-96B7-02FD9B140841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC743A97-4ACF-4189-96B7-02FD9B140841}.Release|Any CPU.Build.0 = Release|Any CPU
{17322103-FD01-472B-A33E-4A955460351B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17322103-FD01-472B-A33E-4A955460351B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17322103-FD01-472B-A33E-4A955460351B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17322103-FD01-472B-A33E-4A955460351B}.Release|Any CPU.Build.0 = Release|Any CPU
{1010AB76-79FD-42FE-9F59-166323E9BDBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1010AB76-79FD-42FE-9F59-166323E9BDBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1010AB76-79FD-42FE-9F59-166323E9BDBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1010AB76-79FD-42FE-9F59-166323E9BDBD}.Release|Any CPU.Build.0 = Release|Any CPU
{C9DA979C-9D97-4D8B-B297-C0DEC68C9490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9DA979C-9D97-4D8B-B297-C0DEC68C9490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9DA979C-9D97-4D8B-B297-C0DEC68C9490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9DA979C-9D97-4D8B-B297-C0DEC68C9490}.Release|Any CPU.Build.0 = Release|Any CPU
{A6943D05-84F2-4FD3-AACC-C66A418624E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6943D05-84F2-4FD3-AACC-C66A418624E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6943D05-84F2-4FD3-AACC-C66A418624E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6943D05-84F2-4FD3-AACC-C66A418624E2}.Release|Any CPU.Build.0 = Release|Any CPU
{A291A05D-5140-47EC-BA51-9BD40F4D2512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A291A05D-5140-47EC-BA51-9BD40F4D2512}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A291A05D-5140-47EC-BA51-9BD40F4D2512}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A291A05D-5140-47EC-BA51-9BD40F4D2512}.Release|Any CPU.Build.0 = Release|Any CPU
{45D807EA-1D48-4356-9BA2-E93C6A791F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D807EA-1D48-4356-9BA2-E93C6A791F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D807EA-1D48-4356-9BA2-E93C6A791F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D807EA-1D48-4356-9BA2-E93C6A791F3C}.Release|Any CPU.Build.0 = Release|Any CPU
{8DD6BFDB-3050-4E99-953F-B4B6B4667199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DD6BFDB-3050-4E99-953F-B4B6B4667199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DD6BFDB-3050-4E99-953F-B4B6B4667199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DD6BFDB-3050-4E99-953F-B4B6B4667199}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6943D05-84F2-4FD3-AACC-C66A418624E2} = {B5BD285A-9A9E-43FB-A603-413582C2AD70}
{A291A05D-5140-47EC-BA51-9BD40F4D2512} = {B5BD285A-9A9E-43FB-A603-413582C2AD70}
{45D807EA-1D48-4356-9BA2-E93C6A791F3C} = {B5BD285A-9A9E-43FB-A603-413582C2AD70}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B88BB9DA-8644-464E-820C-100F799AD7E2}
EndGlobalSection
EndGlobal