This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ASP.NET-Core-Web-API.sln
57 lines (57 loc) · 3.14 KB
/
ASP.NET-Core-Web-API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Database", "_Database", "{577AAB57-D342-45B2-A523-1B59AF6FE747}"
ProjectSection(SolutionItems) = preProject
_Database\Entity_Relationship_Diagram.png = _Database\Entity_Relationship_Diagram.png
_Database\[20230414] Northwind.bacpac = _Database\[20230414] Northwind.bacpac
_Database\[20230414] Northwind.bak = _Database\[20230414] Northwind.bak
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{9DCC39A1-3725-482D-8972-A655E6EA8E65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "Source\WebApi\WebApi.csproj", "{84134C26-A0F0-4C85-8E3F-E06929491A9D}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTesting", "UnitTesting", "{F7840DDE-ECDF-451D-80CA-D85BA07137DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RestClient", "RestClient", "{B768045B-6C32-4095-87C0-0D5FB6EFB731}"
ProjectSection(SolutionItems) = preProject
Source\UnitTesting\Rest-Client\ProductTest.http = Source\UnitTesting\Rest-Client\ProductTest.http
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Postman", "Postman", "{700DF191-7CBF-4401-86FF-A083C0540E54}"
ProjectSection(SolutionItems) = preProject
Source\UnitTesting\Postman\Asp-Net-Core-Web-Api.postman_collection.json = Source\UnitTesting\Postman\Asp-Net-Core-Web-Api.postman_collection.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Release|Any CPU.Build.0 = Release|Any CPU
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{84134C26-A0F0-4C85-8E3F-E06929491A9D} = {9DCC39A1-3725-482D-8972-A655E6EA8E65}
{B768045B-6C32-4095-87C0-0D5FB6EFB731} = {F7840DDE-ECDF-451D-80CA-D85BA07137DC}
{700DF191-7CBF-4401-86FF-A083C0540E54} = {F7840DDE-ECDF-451D-80CA-D85BA07137DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08AAF926-E9C6-46BA-80AF-36BFC9A325A8}
EndGlobalSection
EndGlobal