-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContainerWebAppDemo.sln
More file actions
73 lines (73 loc) · 4.59 KB
/
Copy pathContainerWebAppDemo.sln
File metadata and controls
73 lines (73 loc) · 4.59 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContainerWebAppDemo", "ContainerWebAppDemo\ContainerWebAppDemo.csproj", "{C91B1AB3-0ABC-4BBF-8762-B96F9E8306C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageService", "MessageService\MessageService.csproj", "{D498AF0C-E53D-4E45-BBA8-3F9225A36A14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessEntities", "BusinessEntities\BusinessEntities.csproj", "{CDC84A1C-3E74-4C91-B640-5B640A21D8FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageService", "ImageService\ImageService.csproj", "{B8DBCAC3-7F1A-4E9E-9C99-22861A39C0ED}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{C99A2AF7-7AE3-485F-AC77-863BFCBE1F5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestMessageService", "TestMessageService\TestMessageService.csproj", "{D9D35D93-311F-479C-9840-1647584D8A2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kubernetes", "Kubernetes", "{9CC8E93D-E4AE-42A1-AF60-0CAF8AA62662}"
ProjectSection(SolutionItems) = preProject
DemoWebApp_k8_deployment.yaml = DemoWebApp_k8_deployment.yaml
ImageService_k8_deployment.yaml = ImageService_k8_deployment.yaml
MessageService_k8_deployment.yaml = MessageService_k8_deployment.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Azure Pipelines", "Azure Pipelines", "{FBCA14FD-C8D8-40C4-928A-D8507F9E9AB1}"
ProjectSection(SolutionItems) = preProject
pipeline.yaml = pipeline.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimeTester", "..\PrimeTester\PrimeTester.csproj", "{ECE48791-D9E7-4A44-8B84-B89CD6EF9F0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C91B1AB3-0ABC-4BBF-8762-B96F9E8306C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C91B1AB3-0ABC-4BBF-8762-B96F9E8306C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C91B1AB3-0ABC-4BBF-8762-B96F9E8306C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C91B1AB3-0ABC-4BBF-8762-B96F9E8306C2}.Release|Any CPU.Build.0 = Release|Any CPU
{D498AF0C-E53D-4E45-BBA8-3F9225A36A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D498AF0C-E53D-4E45-BBA8-3F9225A36A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D498AF0C-E53D-4E45-BBA8-3F9225A36A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D498AF0C-E53D-4E45-BBA8-3F9225A36A14}.Release|Any CPU.Build.0 = Release|Any CPU
{CDC84A1C-3E74-4C91-B640-5B640A21D8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDC84A1C-3E74-4C91-B640-5B640A21D8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDC84A1C-3E74-4C91-B640-5B640A21D8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDC84A1C-3E74-4C91-B640-5B640A21D8FF}.Release|Any CPU.Build.0 = Release|Any CPU
{B8DBCAC3-7F1A-4E9E-9C99-22861A39C0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8DBCAC3-7F1A-4E9E-9C99-22861A39C0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8DBCAC3-7F1A-4E9E-9C99-22861A39C0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8DBCAC3-7F1A-4E9E-9C99-22861A39C0ED}.Release|Any CPU.Build.0 = Release|Any CPU
{C99A2AF7-7AE3-485F-AC77-863BFCBE1F5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C99A2AF7-7AE3-485F-AC77-863BFCBE1F5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C99A2AF7-7AE3-485F-AC77-863BFCBE1F5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C99A2AF7-7AE3-485F-AC77-863BFCBE1F5A}.Release|Any CPU.Build.0 = Release|Any CPU
{D9D35D93-311F-479C-9840-1647584D8A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9D35D93-311F-479C-9840-1647584D8A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9D35D93-311F-479C-9840-1647584D8A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9D35D93-311F-479C-9840-1647584D8A2C}.Release|Any CPU.Build.0 = Release|Any CPU
{ECE48791-D9E7-4A44-8B84-B89CD6EF9F0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE48791-D9E7-4A44-8B84-B89CD6EF9F0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE48791-D9E7-4A44-8B84-B89CD6EF9F0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE48791-D9E7-4A44-8B84-B89CD6EF9F0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFC4AAED-6E8A-451F-BBF9-607B4D026B34}
EndGlobalSection
EndGlobal