-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebBeautyBook.sln
43 lines (43 loc) · 2.44 KB
/
WebBeautyBook.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.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebBeautyBook", "WebBeautyBook\WebBeautyBook.csproj", "{0FEE532C-C487-401A-9292-EF5DCD941DC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{F676172A-0910-4B83-B5FD-3A4E7B44C73C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{6A2CE5D3-7C9A-4858-82F1-EFF14E817A39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{D6261DE2-0E6E-40A5-ADF1-F45A402AAADF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FEE532C-C487-401A-9292-EF5DCD941DC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FEE532C-C487-401A-9292-EF5DCD941DC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FEE532C-C487-401A-9292-EF5DCD941DC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FEE532C-C487-401A-9292-EF5DCD941DC7}.Release|Any CPU.Build.0 = Release|Any CPU
{F676172A-0910-4B83-B5FD-3A4E7B44C73C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F676172A-0910-4B83-B5FD-3A4E7B44C73C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F676172A-0910-4B83-B5FD-3A4E7B44C73C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F676172A-0910-4B83-B5FD-3A4E7B44C73C}.Release|Any CPU.Build.0 = Release|Any CPU
{6A2CE5D3-7C9A-4858-82F1-EFF14E817A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A2CE5D3-7C9A-4858-82F1-EFF14E817A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A2CE5D3-7C9A-4858-82F1-EFF14E817A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A2CE5D3-7C9A-4858-82F1-EFF14E817A39}.Release|Any CPU.Build.0 = Release|Any CPU
{D6261DE2-0E6E-40A5-ADF1-F45A402AAADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6261DE2-0E6E-40A5-ADF1-F45A402AAADF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6261DE2-0E6E-40A5-ADF1-F45A402AAADF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6261DE2-0E6E-40A5-ADF1-F45A402AAADF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAD45BC5-6485-4E5D-82B1-5DC773A491E2}
EndGlobalSection
EndGlobal