-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTicketingSystem.sln
More file actions
39 lines (39 loc) · 2.06 KB
/
TicketingSystem.sln
File metadata and controls
39 lines (39 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway.API", "Gateway\TicketingSystem.API\Gateway.API.csproj", "{30A19AB8-35CF-4B70-8A51-2FCAE3846E31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{803D1F48-D474-45C1-BA6F-F1FFFE0F67CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TicketService", "Services\TicketService\TicketService.csproj", "{D7B27D99-DC7B-4BA8-BB95-40E1790A38B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gateway", "Gateway", "{0EF8DC8A-8352-40A3-8B58-D98A56EF9FD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30A19AB8-35CF-4B70-8A51-2FCAE3846E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30A19AB8-35CF-4B70-8A51-2FCAE3846E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30A19AB8-35CF-4B70-8A51-2FCAE3846E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30A19AB8-35CF-4B70-8A51-2FCAE3846E31}.Release|Any CPU.Build.0 = Release|Any CPU
{D7B27D99-DC7B-4BA8-BB95-40E1790A38B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7B27D99-DC7B-4BA8-BB95-40E1790A38B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7B27D99-DC7B-4BA8-BB95-40E1790A38B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7B27D99-DC7B-4BA8-BB95-40E1790A38B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{30A19AB8-35CF-4B70-8A51-2FCAE3846E31} = {0EF8DC8A-8352-40A3-8B58-D98A56EF9FD7}
{D7B27D99-DC7B-4BA8-BB95-40E1790A38B7} = {803D1F48-D474-45C1-BA6F-F1FFFE0F67CD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CAEAA3B-A33E-4317-B2E1-89C666A6174C}
EndGlobalSection
EndGlobal