-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContosoPizza.sln
44 lines (44 loc) · 1.99 KB
/
ContosoPizza.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContosoPizza", "ContosoPizza\ContosoPizza.csproj", "{98833444-3637-45FB-A117-8922880D3346}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C8F1BFF2-29DC-4E31-BD41-B11A12F00E5A}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
swagger.json = swagger.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{45C8EFA2-6FDE-40F2-BFCA-4504D1F6A325}"
ProjectSection(SolutionItems) = preProject
documentation\images\adminpager.jpg = documentation\images\adminpager.jpg
documentation\images\customerpage.jpg = documentation\images\customerpage.jpg
documentation\images\swaggerpicture.jpg = documentation\images\swaggerpicture.jpg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98833444-3637-45FB-A117-8922880D3346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98833444-3637-45FB-A117-8922880D3346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98833444-3637-45FB-A117-8922880D3346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98833444-3637-45FB-A117-8922880D3346}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{45C8EFA2-6FDE-40F2-BFCA-4504D1F6A325} = {C8F1BFF2-29DC-4E31-BD41-B11A12F00E5A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BC5D362-3B5F-4FD8-B13F-2802AFC57A0A}
EndGlobalSection
EndGlobal