-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpsCommandCenter.sln
More file actions
57 lines (57 loc) · 3.77 KB
/
Copy pathOpsCommandCenter.sln
File metadata and controls
57 lines (57 loc) · 3.77 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{38F8BFFB-31CB-44A7-A71C-76C2E5A6F571}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpsCommandCenter.Shared", "src\OpsCommandCenter.Shared\OpsCommandCenter.Shared.csproj", "{7A1242EC-B86B-4472-A6AE-E00CE984EE5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpsCommandCenter.Server", "src\OpsCommandCenter.Server\OpsCommandCenter.Server.csproj", "{36B7CDC8-6784-4F38-8A35-0F5B72778388}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpsCommandCenter.Agent", "src\OpsCommandCenter.Agent\OpsCommandCenter.Agent.csproj", "{0D6CAF91-47C7-4C82-8640-AED8FB46333A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E98BE78D-D1AA-4B4A-8F0C-92E7E4DEEBD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpsCommandCenter.Server.Tests", "tests\OpsCommandCenter.Server.Tests\OpsCommandCenter.Server.Tests.csproj", "{7C6E6E9E-3D73-4B49-B9F8-0F0A435994D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpsCommandCenter.Agent.Linux", "src\OpsCommandCenter.Agent.Linux\OpsCommandCenter.Agent.Linux.csproj", "{F2554853-C25E-43E7-9F1B-ACDFD13CB28E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A1242EC-B86B-4472-A6AE-E00CE984EE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A1242EC-B86B-4472-A6AE-E00CE984EE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A1242EC-B86B-4472-A6AE-E00CE984EE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A1242EC-B86B-4472-A6AE-E00CE984EE5E}.Release|Any CPU.Build.0 = Release|Any CPU
{36B7CDC8-6784-4F38-8A35-0F5B72778388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36B7CDC8-6784-4F38-8A35-0F5B72778388}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36B7CDC8-6784-4F38-8A35-0F5B72778388}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36B7CDC8-6784-4F38-8A35-0F5B72778388}.Release|Any CPU.Build.0 = Release|Any CPU
{0D6CAF91-47C7-4C82-8640-AED8FB46333A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D6CAF91-47C7-4C82-8640-AED8FB46333A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D6CAF91-47C7-4C82-8640-AED8FB46333A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D6CAF91-47C7-4C82-8640-AED8FB46333A}.Release|Any CPU.Build.0 = Release|Any CPU
{7C6E6E9E-3D73-4B49-B9F8-0F0A435994D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C6E6E9E-3D73-4B49-B9F8-0F0A435994D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C6E6E9E-3D73-4B49-B9F8-0F0A435994D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C6E6E9E-3D73-4B49-B9F8-0F0A435994D8}.Release|Any CPU.Build.0 = Release|Any CPU
{F2554853-C25E-43E7-9F1B-ACDFD13CB28E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2554853-C25E-43E7-9F1B-ACDFD13CB28E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2554853-C25E-43E7-9F1B-ACDFD13CB28E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2554853-C25E-43E7-9F1B-ACDFD13CB28E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A1242EC-B86B-4472-A6AE-E00CE984EE5E} = {38F8BFFB-31CB-44A7-A71C-76C2E5A6F571}
{36B7CDC8-6784-4F38-8A35-0F5B72778388} = {38F8BFFB-31CB-44A7-A71C-76C2E5A6F571}
{0D6CAF91-47C7-4C82-8640-AED8FB46333A} = {38F8BFFB-31CB-44A7-A71C-76C2E5A6F571}
{7C6E6E9E-3D73-4B49-B9F8-0F0A435994D8} = {E98BE78D-D1AA-4B4A-8F0C-92E7E4DEEBD4}
{F2554853-C25E-43E7-9F1B-ACDFD13CB28E} = {38F8BFFB-31CB-44A7-A71C-76C2E5A6F571}
EndGlobalSection
EndGlobal