-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConferenceAttendees.sln
More file actions
63 lines (63 loc) · 3.28 KB
/
ConferenceAttendees.sln
File metadata and controls
63 lines (63 loc) · 3.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34607.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConferenceAttendees.Api", "ConferenceAttendees.Api\ConferenceAttendees.Api.csproj", "{77CC596B-4B11-457F-AE1F-B146AC120193}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConferenceAttendees.MVC", "ConferenceAttendees.MVC\ConferenceAttendees.MVC.csproj", "{F3F5C619-0FC5-410C-855E-CF88C7826B6B}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{862C6144-4B01-4125-80F0-570AF683931D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nginx", "nginx", "{6B8D29AB-310F-40C4-AEF2-BCDCD82C7521}"
ProjectSection(SolutionItems) = preProject
nginx\api-cert.conf = nginx\api-cert.conf
nginx\api-cert.crt = nginx\api-cert.crt
nginx\api-cert.key = nginx\api-cert.key
nginx\api-cert.pfx = nginx\api-cert.pfx
nginx\Dockerfile = nginx\Dockerfile
nginx\mvc-cert.conf = nginx\mvc-cert.conf
nginx\mvc-cert.crt = nginx\mvc-cert.crt
nginx\mvc-cert.key = nginx\mvc-cert.key
nginx\mvc-cert.pfx = nginx\mvc-cert.pfx
nginx\nginx.conf = nginx\nginx.conf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "k8s", "k8s", "{C6F915E1-D118-4771-9E21-D62B9113C5EF}"
ProjectSection(SolutionItems) = preProject
k8s\admin-user-cluster-role.yml = k8s\admin-user-cluster-role.yml
k8s\admin-user.yml = k8s\admin-user.yml
k8s\api-deployment.yaml = k8s\api-deployment.yaml
k8s\mssql-deployment.yaml = k8s\mssql-deployment.yaml
k8s\mvc-client-deployment.yaml = k8s\mvc-client-deployment.yaml
k8s\namespace.yml = k8s\namespace.yml
k8s\persistence-volumes.yml = k8s\persistence-volumes.yml
k8s\seq-deployment.yaml = k8s\seq-deployment.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77CC596B-4B11-457F-AE1F-B146AC120193}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77CC596B-4B11-457F-AE1F-B146AC120193}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77CC596B-4B11-457F-AE1F-B146AC120193}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77CC596B-4B11-457F-AE1F-B146AC120193}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F5C619-0FC5-410C-855E-CF88C7826B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F5C619-0FC5-410C-855E-CF88C7826B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F5C619-0FC5-410C-855E-CF88C7826B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F5C619-0FC5-410C-855E-CF88C7826B6B}.Release|Any CPU.Build.0 = Release|Any CPU
{862C6144-4B01-4125-80F0-570AF683931D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862C6144-4B01-4125-80F0-570AF683931D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862C6144-4B01-4125-80F0-570AF683931D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862C6144-4B01-4125-80F0-570AF683931D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8BF711F-A73F-4D7C-B055-E7C438F70209}
EndGlobalSection
EndGlobal