-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGarageAPI.sln
72 lines (72 loc) · 4.17 KB
/
GarageAPI.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{E297D658-39F8-44F6-BCCA-60E393022CC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{5D74CEC1-0D2B-44DB-BA34-3D6DE93B87B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GarageApiIntegration", "Test\Integration\GarageApiIntegration\GarageApiIntegration.csproj", "{2BBF7E86-4C10-4952-9285-8768DBD5F565}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GarageAPI", "src\GarageApi\GarageAPI.csproj", "{165857D7-2F38-4AAE-9383-3758CB73059C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GarageDataBase", "src\GarageDataBase\GarageDataBase.csproj", "{93B7D319-D1A1-46EB-9551-2C3872887C92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{BE79CAC8-2E0E-42B1-8170-5786B40C21E1}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{A0B9C86E-1EE8-4566-A7A9-387C74F5E5BE}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build_PR.yml = .github\workflows\Build_PR.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Dump-postgress.yml = .github\workflows\Dump-postgress.yml
.github\workflows\Labeler.yml = .github\workflows\Labeler.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{86107C69-880C-4E20-995B-BABE478C1572}"
ProjectSection(SolutionItems) = preProject
.github\release-drafter.yml = .github\release-drafter.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExternalApiClients", "src\ExternalApiClients\ExternalApiClients.csproj", "{A8FF2284-08F4-47F7-87B0-E5AF361C5B22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BBF7E86-4C10-4952-9285-8768DBD5F565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BBF7E86-4C10-4952-9285-8768DBD5F565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BBF7E86-4C10-4952-9285-8768DBD5F565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BBF7E86-4C10-4952-9285-8768DBD5F565}.Release|Any CPU.Build.0 = Release|Any CPU
{165857D7-2F38-4AAE-9383-3758CB73059C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{165857D7-2F38-4AAE-9383-3758CB73059C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{165857D7-2F38-4AAE-9383-3758CB73059C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{165857D7-2F38-4AAE-9383-3758CB73059C}.Release|Any CPU.Build.0 = Release|Any CPU
{93B7D319-D1A1-46EB-9551-2C3872887C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93B7D319-D1A1-46EB-9551-2C3872887C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93B7D319-D1A1-46EB-9551-2C3872887C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93B7D319-D1A1-46EB-9551-2C3872887C92}.Release|Any CPU.Build.0 = Release|Any CPU
{A8FF2284-08F4-47F7-87B0-E5AF361C5B22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8FF2284-08F4-47F7-87B0-E5AF361C5B22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8FF2284-08F4-47F7-87B0-E5AF361C5B22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8FF2284-08F4-47F7-87B0-E5AF361C5B22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D74CEC1-0D2B-44DB-BA34-3D6DE93B87B2} = {E297D658-39F8-44F6-BCCA-60E393022CC6}
{2BBF7E86-4C10-4952-9285-8768DBD5F565} = {5D74CEC1-0D2B-44DB-BA34-3D6DE93B87B2}
{A0B9C86E-1EE8-4566-A7A9-387C74F5E5BE} = {86107C69-880C-4E20-995B-BABE478C1572}
{86107C69-880C-4E20-995B-BABE478C1572} = {BE79CAC8-2E0E-42B1-8170-5786B40C21E1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0214AA6C-5671-4EBD-87F5-1707F3B75428}
EndGlobalSection
EndGlobal