-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathE-Commerce-Backend.sln
37 lines (37 loc) · 2 KB
/
E-Commerce-Backend.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.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.Api", "Web.Api\Web.Api.csproj", "{2A9A5D67-8610-491E-8216-C782D45ABFCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{7D2B8470-09A8-4333-ABA2-D0C8B0DA980C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{C4373ACD-EE8A-4DDF-9CFD-579E99210F25}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A9A5D67-8610-491E-8216-C782D45ABFCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9A5D67-8610-491E-8216-C782D45ABFCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A9A5D67-8610-491E-8216-C782D45ABFCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9A5D67-8610-491E-8216-C782D45ABFCD}.Release|Any CPU.Build.0 = Release|Any CPU
{7D2B8470-09A8-4333-ABA2-D0C8B0DA980C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D2B8470-09A8-4333-ABA2-D0C8B0DA980C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D2B8470-09A8-4333-ABA2-D0C8B0DA980C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D2B8470-09A8-4333-ABA2-D0C8B0DA980C}.Release|Any CPU.Build.0 = Release|Any CPU
{C4373ACD-EE8A-4DDF-9CFD-579E99210F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4373ACD-EE8A-4DDF-9CFD-579E99210F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4373ACD-EE8A-4DDF-9CFD-579E99210F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4373ACD-EE8A-4DDF-9CFD-579E99210F25}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {253AA5E9-BEE3-48BB-8B4D-9CD061BFD2DF}
EndGlobalSection
EndGlobal