-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDucklingProject.sln
43 lines (43 loc) · 2.59 KB
/
DucklingProject.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.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DucklingProject.DAL", "DucklingProject.DAL\DucklingProject.DAL.csproj", "{AEB0810F-07A3-4AD6-8523-1E6EB69FEFEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DucklingProject.MODEL", "DucklingProject.MODEL\DucklingProject.MODEL.csproj", "{905DFC33-F817-44A4-B8EC-1F0D206DAFB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DucklingProject.BLL", "DucklingProject.BLL\DucklingProject.BLL.csproj", "{FB2C6A66-78DB-45FD-AB99-1107B00CF1C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DucklingProject.PL", "DucklingProject.PL\DucklingProject.PL.csproj", "{BCEEC2E7-ABA9-4BF8-8BB6-78657E27D12B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEB0810F-07A3-4AD6-8523-1E6EB69FEFEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEB0810F-07A3-4AD6-8523-1E6EB69FEFEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEB0810F-07A3-4AD6-8523-1E6EB69FEFEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEB0810F-07A3-4AD6-8523-1E6EB69FEFEC}.Release|Any CPU.Build.0 = Release|Any CPU
{905DFC33-F817-44A4-B8EC-1F0D206DAFB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{905DFC33-F817-44A4-B8EC-1F0D206DAFB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{905DFC33-F817-44A4-B8EC-1F0D206DAFB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{905DFC33-F817-44A4-B8EC-1F0D206DAFB9}.Release|Any CPU.Build.0 = Release|Any CPU
{FB2C6A66-78DB-45FD-AB99-1107B00CF1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB2C6A66-78DB-45FD-AB99-1107B00CF1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB2C6A66-78DB-45FD-AB99-1107B00CF1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB2C6A66-78DB-45FD-AB99-1107B00CF1C0}.Release|Any CPU.Build.0 = Release|Any CPU
{BCEEC2E7-ABA9-4BF8-8BB6-78657E27D12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCEEC2E7-ABA9-4BF8-8BB6-78657E27D12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCEEC2E7-ABA9-4BF8-8BB6-78657E27D12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCEEC2E7-ABA9-4BF8-8BB6-78657E27D12B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9066394-DAC0-4C64-909D-DCDAE831E21A}
EndGlobalSection
EndGlobal