-
Notifications
You must be signed in to change notification settings - Fork 1
/
E-Commerce Angular & .NET 6.sln
37 lines (37 loc) · 1.99 KB
/
E-Commerce Angular & .NET 6.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{65AB2FB8-EB62-4038-8165-ED99928D4655}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{371A21EA-A796-48A3-B96B-96E806B447F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{4D522165-0985-4571-BCAA-944F9EC1240E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65AB2FB8-EB62-4038-8165-ED99928D4655}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65AB2FB8-EB62-4038-8165-ED99928D4655}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65AB2FB8-EB62-4038-8165-ED99928D4655}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65AB2FB8-EB62-4038-8165-ED99928D4655}.Release|Any CPU.Build.0 = Release|Any CPU
{371A21EA-A796-48A3-B96B-96E806B447F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{371A21EA-A796-48A3-B96B-96E806B447F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{371A21EA-A796-48A3-B96B-96E806B447F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{371A21EA-A796-48A3-B96B-96E806B447F1}.Release|Any CPU.Build.0 = Release|Any CPU
{4D522165-0985-4571-BCAA-944F9EC1240E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D522165-0985-4571-BCAA-944F9EC1240E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D522165-0985-4571-BCAA-944F9EC1240E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D522165-0985-4571-BCAA-944F9EC1240E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72C99FD6-07F6-43E3-AE8C-E54AE53BC30A}
EndGlobalSection
EndGlobal