-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3 Lab 3 part 2.sln
37 lines (37 loc) · 1.95 KB
/
3 Lab 3 part 2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{C3FF0D50-3024-4DE3-B8A2-E6413E964503}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{FBAFFF32-BC39-457A-ABC7-3496828CD780}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PL", "PL\PL.csproj", "{F0F26FB3-2810-4A3E-995C-B28016CBBB16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3FF0D50-3024-4DE3-B8A2-E6413E964503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3FF0D50-3024-4DE3-B8A2-E6413E964503}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3FF0D50-3024-4DE3-B8A2-E6413E964503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3FF0D50-3024-4DE3-B8A2-E6413E964503}.Release|Any CPU.Build.0 = Release|Any CPU
{FBAFFF32-BC39-457A-ABC7-3496828CD780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBAFFF32-BC39-457A-ABC7-3496828CD780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBAFFF32-BC39-457A-ABC7-3496828CD780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBAFFF32-BC39-457A-ABC7-3496828CD780}.Release|Any CPU.Build.0 = Release|Any CPU
{F0F26FB3-2810-4A3E-995C-B28016CBBB16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F26FB3-2810-4A3E-995C-B28016CBBB16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0F26FB3-2810-4A3E-995C-B28016CBBB16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0F26FB3-2810-4A3E-995C-B28016CBBB16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6ED3F38F-1DFB-41A0-8486-8C5794C9DE63}
EndGlobalSection
EndGlobal