-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBank3Tier.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
Copy pathBank3Tier.sln
File metadata and controls
43 lines (43 loc) · 2.49 KB
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.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BussinesLayer", "Bank3Tier\BussinesLayer.csproj", "{1C8D486C-DAD5-47DA-B76A-ACA9C8D652BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PressentationLayer", "WinFormsApp1\PressentationLayer.csproj", "{D5CFF8C1-ABF1-4435-95F3-794BBC7F7E96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{7399D701-B62D-433B-B3BF-C7DFC8F549A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebUI", "WebUI\WebUI.csproj", "{EA52162D-EF6D-4134-AB52-F26DF0BB8DFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C8D486C-DAD5-47DA-B76A-ACA9C8D652BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C8D486C-DAD5-47DA-B76A-ACA9C8D652BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C8D486C-DAD5-47DA-B76A-ACA9C8D652BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C8D486C-DAD5-47DA-B76A-ACA9C8D652BF}.Release|Any CPU.Build.0 = Release|Any CPU
{D5CFF8C1-ABF1-4435-95F3-794BBC7F7E96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5CFF8C1-ABF1-4435-95F3-794BBC7F7E96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5CFF8C1-ABF1-4435-95F3-794BBC7F7E96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5CFF8C1-ABF1-4435-95F3-794BBC7F7E96}.Release|Any CPU.Build.0 = Release|Any CPU
{7399D701-B62D-433B-B3BF-C7DFC8F549A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7399D701-B62D-433B-B3BF-C7DFC8F549A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7399D701-B62D-433B-B3BF-C7DFC8F549A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7399D701-B62D-433B-B3BF-C7DFC8F549A7}.Release|Any CPU.Build.0 = Release|Any CPU
{EA52162D-EF6D-4134-AB52-F26DF0BB8DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA52162D-EF6D-4134-AB52-F26DF0BB8DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA52162D-EF6D-4134-AB52-F26DF0BB8DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA52162D-EF6D-4134-AB52-F26DF0BB8DFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FE3F986-E4ED-4656-B03D-E978FE2C8DC6}
EndGlobalSection
EndGlobal