-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMikeyFriedChicken.DockerWebAPI.Example.sln
More file actions
51 lines (51 loc) · 2.27 KB
/
MikeyFriedChicken.DockerWebAPI.Example.sln
File metadata and controls
51 lines (51 loc) · 2.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MikeyFriedChicken.DockerWebAPI.Example", "MikeyFriedChicken.DockerWebAPI.Example\MikeyFriedChicken.DockerWebAPI.Example.csproj", "{A546A049-B6EF-4A5F-87E1-EB36BB387A7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4DE4BCA4-96AA-4608-AB39-705B9CAB71FD}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nginx", "nginx", "{C21FF96F-618D-44FE-AE31-5BD405D57BAD}"
ProjectSection(SolutionItems) = preProject
nginx\Dockerfile = nginx\Dockerfile
nginx\nginx.conf = nginx\nginx.conf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GUI", "GUI", "{578E25D0-AD87-4580-813F-8C23C7365177}"
ProjectSection(SolutionItems) = preProject
GUI\Dockerfile = GUI\Dockerfile
GUI\index.html = GUI\index.html
GUI\readme.txt = GUI\readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A546A049-B6EF-4A5F-87E1-EB36BB387A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A546A049-B6EF-4A5F-87E1-EB36BB387A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A546A049-B6EF-4A5F-87E1-EB36BB387A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A546A049-B6EF-4A5F-87E1-EB36BB387A7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C21FF96F-618D-44FE-AE31-5BD405D57BAD} = {4DE4BCA4-96AA-4608-AB39-705B9CAB71FD}
{578E25D0-AD87-4580-813F-8C23C7365177} = {4DE4BCA4-96AA-4608-AB39-705B9CAB71FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A46E50C-BD27-4785-A462-932E1906F6EF}
EndGlobalSection
EndGlobal