-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBookShop.sln
43 lines (43 loc) · 2.49 KB
/
BookShop.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 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookShop", "BookShop\BookShop.csproj", "{5255B0AA-A0F7-46B1-A7E2-DB5F66DCE433}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BS.DataAccess", "BS.DataAccess\BS.DataAccess.csproj", "{6CA3001B-3A56-40FE-8547-6AA4D2B490B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BS.Models", "BS.Models\BS.Models.csproj", "{38121C0D-EA79-4BC3-9545-CD34E7C5E0E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BS.Utility", "BS.Utility\BS.Utility.csproj", "{E5FC7B4A-94C2-4115-8856-DD36945F7385}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5255B0AA-A0F7-46B1-A7E2-DB5F66DCE433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5255B0AA-A0F7-46B1-A7E2-DB5F66DCE433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5255B0AA-A0F7-46B1-A7E2-DB5F66DCE433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5255B0AA-A0F7-46B1-A7E2-DB5F66DCE433}.Release|Any CPU.Build.0 = Release|Any CPU
{6CA3001B-3A56-40FE-8547-6AA4D2B490B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CA3001B-3A56-40FE-8547-6AA4D2B490B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CA3001B-3A56-40FE-8547-6AA4D2B490B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CA3001B-3A56-40FE-8547-6AA4D2B490B5}.Release|Any CPU.Build.0 = Release|Any CPU
{38121C0D-EA79-4BC3-9545-CD34E7C5E0E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38121C0D-EA79-4BC3-9545-CD34E7C5E0E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38121C0D-EA79-4BC3-9545-CD34E7C5E0E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38121C0D-EA79-4BC3-9545-CD34E7C5E0E8}.Release|Any CPU.Build.0 = Release|Any CPU
{E5FC7B4A-94C2-4115-8856-DD36945F7385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5FC7B4A-94C2-4115-8856-DD36945F7385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5FC7B4A-94C2-4115-8856-DD36945F7385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5FC7B4A-94C2-4115-8856-DD36945F7385}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54EE58DC-22B6-481E-87FF-D7A33D6DB726}
EndGlobalSection
EndGlobal