-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarp-as-ingress.sln
54 lines (54 loc) · 3.17 KB
/
yarp-as-ingress.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YarpIngress", "YarpIngress\YarpIngress.csproj", "{42014CA2-2914-411D-987D-F307F9B4CE84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YarpIngress.Tests", "YarpIngress.Tests\YarpIngress.Tests.csproj", "{8D008BEE-C8A6-4426-92D6-A7BB5989D2E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{CEB02B12-815C-44A0-928B-951488DE88B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Frontend", "Frontend\Frontend.csproj", "{94AFA9BF-DD83-46ED-9E1F-B130CC30B09A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadTester", "LoadTester\LoadTester.csproj", "{481C0024-7A7D-45C6-AC87-3688E2DC5F4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{9F855B0B-0576-401F-8F3F-F80A7FD24D10}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42014CA2-2914-411D-987D-F307F9B4CE84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42014CA2-2914-411D-987D-F307F9B4CE84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42014CA2-2914-411D-987D-F307F9B4CE84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42014CA2-2914-411D-987D-F307F9B4CE84}.Release|Any CPU.Build.0 = Release|Any CPU
{8D008BEE-C8A6-4426-92D6-A7BB5989D2E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D008BEE-C8A6-4426-92D6-A7BB5989D2E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D008BEE-C8A6-4426-92D6-A7BB5989D2E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D008BEE-C8A6-4426-92D6-A7BB5989D2E0}.Release|Any CPU.Build.0 = Release|Any CPU
{CEB02B12-815C-44A0-928B-951488DE88B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB02B12-815C-44A0-928B-951488DE88B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB02B12-815C-44A0-928B-951488DE88B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB02B12-815C-44A0-928B-951488DE88B4}.Release|Any CPU.Build.0 = Release|Any CPU
{94AFA9BF-DD83-46ED-9E1F-B130CC30B09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94AFA9BF-DD83-46ED-9E1F-B130CC30B09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94AFA9BF-DD83-46ED-9E1F-B130CC30B09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94AFA9BF-DD83-46ED-9E1F-B130CC30B09A}.Release|Any CPU.Build.0 = Release|Any CPU
{481C0024-7A7D-45C6-AC87-3688E2DC5F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{481C0024-7A7D-45C6-AC87-3688E2DC5F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{481C0024-7A7D-45C6-AC87-3688E2DC5F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{481C0024-7A7D-45C6-AC87-3688E2DC5F4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F112105C-734A-44E0-9533-9CCD6A266006}
EndGlobalSection
EndGlobal