-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddToCart.sln
More file actions
49 lines (49 loc) · 2.91 KB
/
AddToCart.sln
File metadata and controls
49 lines (49 loc) · 2.91 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
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{D16AFD9F-D9E0-4867-9154-11A0E23D0658}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{9FD7ECAD-D1DB-4AC8-8A21-40048E4AC9F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{5D0FC125-8C1F-4D04-8BFC-E2B08EF1226D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiCustomer", "ApiCustomer\ApiCustomer.csproj", "{B2153854-75A9-4982-B5B5-845948140C0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{650C6F98-6E0A-4B78-8DFE-48F016488981}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D16AFD9F-D9E0-4867-9154-11A0E23D0658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D16AFD9F-D9E0-4867-9154-11A0E23D0658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D16AFD9F-D9E0-4867-9154-11A0E23D0658}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D16AFD9F-D9E0-4867-9154-11A0E23D0658}.Release|Any CPU.Build.0 = Release|Any CPU
{9FD7ECAD-D1DB-4AC8-8A21-40048E4AC9F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FD7ECAD-D1DB-4AC8-8A21-40048E4AC9F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FD7ECAD-D1DB-4AC8-8A21-40048E4AC9F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FD7ECAD-D1DB-4AC8-8A21-40048E4AC9F5}.Release|Any CPU.Build.0 = Release|Any CPU
{5D0FC125-8C1F-4D04-8BFC-E2B08EF1226D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D0FC125-8C1F-4D04-8BFC-E2B08EF1226D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D0FC125-8C1F-4D04-8BFC-E2B08EF1226D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D0FC125-8C1F-4D04-8BFC-E2B08EF1226D}.Release|Any CPU.Build.0 = Release|Any CPU
{B2153854-75A9-4982-B5B5-845948140C0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2153854-75A9-4982-B5B5-845948140C0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2153854-75A9-4982-B5B5-845948140C0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2153854-75A9-4982-B5B5-845948140C0D}.Release|Any CPU.Build.0 = Release|Any CPU
{650C6F98-6E0A-4B78-8DFE-48F016488981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650C6F98-6E0A-4B78-8DFE-48F016488981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650C6F98-6E0A-4B78-8DFE-48F016488981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650C6F98-6E0A-4B78-8DFE-48F016488981}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9ACA3D68-130C-43E3-A4A2-86BBBF933B94}
EndGlobalSection
EndGlobal