-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBasketApi.sln
48 lines (48 loc) · 2.79 KB
/
BasketApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasketApi", "BasketApi\BasketApi.csproj", "{C3747F75-2C82-4811-985A-408FA7458D6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasketApiClient", "BasketApiClient\BasketApiClient.csproj", "{D17FA2F6-B159-47A3-94EB-1BB6EA596BB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasketApi.Contracts", "BasketApi.Contracts\BasketApi.Contracts.csproj", "{FD74349C-FAAC-4644-BC96-4F18F21FC3C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{87854915-1082-4303-8F19-415F2CDA1D6A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasketApi.IntegrationTests", "BasketApi.IntegrationTests\BasketApi.IntegrationTests.csproj", "{2FC2977E-8F0A-4754-AEB5-70312952C3F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3747F75-2C82-4811-985A-408FA7458D6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3747F75-2C82-4811-985A-408FA7458D6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3747F75-2C82-4811-985A-408FA7458D6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3747F75-2C82-4811-985A-408FA7458D6B}.Release|Any CPU.Build.0 = Release|Any CPU
{D17FA2F6-B159-47A3-94EB-1BB6EA596BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17FA2F6-B159-47A3-94EB-1BB6EA596BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17FA2F6-B159-47A3-94EB-1BB6EA596BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17FA2F6-B159-47A3-94EB-1BB6EA596BB4}.Release|Any CPU.Build.0 = Release|Any CPU
{FD74349C-FAAC-4644-BC96-4F18F21FC3C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD74349C-FAAC-4644-BC96-4F18F21FC3C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD74349C-FAAC-4644-BC96-4F18F21FC3C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD74349C-FAAC-4644-BC96-4F18F21FC3C5}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC2977E-8F0A-4754-AEB5-70312952C3F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC2977E-8F0A-4754-AEB5-70312952C3F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC2977E-8F0A-4754-AEB5-70312952C3F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC2977E-8F0A-4754-AEB5-70312952C3F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D39DBB5-4844-401D-AF40-1C278E40FB50}
EndGlobalSection
EndGlobal