-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBookstore.sln
43 lines (43 loc) · 2.51 KB
/
Bookstore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bookstore", "Bookstore\Bookstore.csproj", "{3236A47F-B5E3-434C-896B-D613A8073D03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryLayer", "RepositoryLayer\RepositoryLayer.csproj", "{7582AB22-ABDD-4ABB-BAC7-74E01D68C112}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{90D0F60C-68FC-46CE-9B46-4C1B361A674A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLayer", "CommonLayer\CommonLayer.csproj", "{EEB2D22C-309C-4A10-8028-FD4DB60850D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3236A47F-B5E3-434C-896B-D613A8073D03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3236A47F-B5E3-434C-896B-D613A8073D03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3236A47F-B5E3-434C-896B-D613A8073D03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3236A47F-B5E3-434C-896B-D613A8073D03}.Release|Any CPU.Build.0 = Release|Any CPU
{7582AB22-ABDD-4ABB-BAC7-74E01D68C112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7582AB22-ABDD-4ABB-BAC7-74E01D68C112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7582AB22-ABDD-4ABB-BAC7-74E01D68C112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7582AB22-ABDD-4ABB-BAC7-74E01D68C112}.Release|Any CPU.Build.0 = Release|Any CPU
{90D0F60C-68FC-46CE-9B46-4C1B361A674A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D0F60C-68FC-46CE-9B46-4C1B361A674A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D0F60C-68FC-46CE-9B46-4C1B361A674A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D0F60C-68FC-46CE-9B46-4C1B361A674A}.Release|Any CPU.Build.0 = Release|Any CPU
{EEB2D22C-309C-4A10-8028-FD4DB60850D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEB2D22C-309C-4A10-8028-FD4DB60850D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEB2D22C-309C-4A10-8028-FD4DB60850D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEB2D22C-309C-4A10-8028-FD4DB60850D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A97F40B-6690-4788-A60C-CE6C541D0F45}
EndGlobalSection
EndGlobal