This repository has been archived by the owner on Dec 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hypomos.sln
65 lines (65 loc) · 3.65 KB
/
Hypomos.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "src\Api\Api.csproj", "{1781CAC5-7AE7-494E-B6DD-0959F6A97229}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Frontend", "src\Frontend\Frontend.csproj", "{CA35FC4A-2BF0-4257-88D4-C989FBB94D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "src\IdentityServer\IdentityServer.csproj", "{9A1FC80E-E0C9-44E1-8B92-3FB747295223}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kubernetes", "Kubernetes", "{69167D23-F9EC-4D4A-8ABB-B4AC50A9B282}"
ProjectSection(SolutionItems) = preProject
.rancher-pipeline.yml = .rancher-pipeline.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E6635D9D-9067-4B2F-9066-1786E1AEB866}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway", "src\Gateway\Gateway.csproj", "{35EEC2A9-2E51-4903-9A1F-B64235880AFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxySupport", "src\ProxySupport\ProxySupport.csproj", "{A300BCC4-4746-48DB-B224-0989368C2C36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{FBD107D1-DE1E-4071-B938-E508630E0442}"
ProjectSection(SolutionItems) = preProject
.rancher-pipeline.yml = .rancher-pipeline.yml
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1781CAC5-7AE7-494E-B6DD-0959F6A97229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1781CAC5-7AE7-494E-B6DD-0959F6A97229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1781CAC5-7AE7-494E-B6DD-0959F6A97229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1781CAC5-7AE7-494E-B6DD-0959F6A97229}.Release|Any CPU.Build.0 = Release|Any CPU
{CA35FC4A-2BF0-4257-88D4-C989FBB94D68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA35FC4A-2BF0-4257-88D4-C989FBB94D68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA35FC4A-2BF0-4257-88D4-C989FBB94D68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA35FC4A-2BF0-4257-88D4-C989FBB94D68}.Release|Any CPU.Build.0 = Release|Any CPU
{9A1FC80E-E0C9-44E1-8B92-3FB747295223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1FC80E-E0C9-44E1-8B92-3FB747295223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1FC80E-E0C9-44E1-8B92-3FB747295223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1FC80E-E0C9-44E1-8B92-3FB747295223}.Release|Any CPU.Build.0 = Release|Any CPU
{35EEC2A9-2E51-4903-9A1F-B64235880AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35EEC2A9-2E51-4903-9A1F-B64235880AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35EEC2A9-2E51-4903-9A1F-B64235880AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35EEC2A9-2E51-4903-9A1F-B64235880AFE}.Release|Any CPU.Build.0 = Release|Any CPU
{A300BCC4-4746-48DB-B224-0989368C2C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A300BCC4-4746-48DB-B224-0989368C2C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A300BCC4-4746-48DB-B224-0989368C2C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A300BCC4-4746-48DB-B224-0989368C2C36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {783265AF-DE88-4EF6-9526-49518106978B}
EndGlobalSection
EndGlobal