-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEcommerceAPI.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
EcommerceAPI.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ecommerce.PL", "Ecommerce.PL\Ecommerce.PL.csproj", "{05E8728C-208D-4D42-92FD-FECDDA4C15C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ecommerce.DAL", "Ecommerce.DAL\Ecommerce.DAL.csproj", "{4568FDE6-0DE6-4131-868A-DF38A67E9E8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ecommerce.BLL", "Ecommerce.BLL\Ecommerce.BLL.csproj", "{8E5EFE1B-6118-4AEA-90F9-8BEB0EFC7178}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05E8728C-208D-4D42-92FD-FECDDA4C15C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05E8728C-208D-4D42-92FD-FECDDA4C15C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05E8728C-208D-4D42-92FD-FECDDA4C15C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05E8728C-208D-4D42-92FD-FECDDA4C15C6}.Release|Any CPU.Build.0 = Release|Any CPU
{4568FDE6-0DE6-4131-868A-DF38A67E9E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4568FDE6-0DE6-4131-868A-DF38A67E9E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4568FDE6-0DE6-4131-868A-DF38A67E9E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4568FDE6-0DE6-4131-868A-DF38A67E9E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{8E5EFE1B-6118-4AEA-90F9-8BEB0EFC7178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E5EFE1B-6118-4AEA-90F9-8BEB0EFC7178}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E5EFE1B-6118-4AEA-90F9-8BEB0EFC7178}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E5EFE1B-6118-4AEA-90F9-8BEB0EFC7178}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41F5A8CE-8984-4F0D-9235-C4096F889912}
EndGlobalSection
EndGlobal