-
Notifications
You must be signed in to change notification settings - Fork 0
/
bank.sln
37 lines (37 loc) · 2.19 KB
/
bank.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bank_Presentaion_Layer", "Bank_Presentaion_Layer.csproj", "{5F7EB148-D99E-4113-976D-3CABF9071FAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bank_Bussiness_Layer", "..\..\USED\Revision Course 18\Bank_Bussiness_Layer\Bank_Bussiness_Layer.csproj", "{C85882B8-AAFA-465F-B2DA-50FA5BF8C1AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bank_DataAccess_Layer", "..\..\USED\Revision Course 18\Bank_DataAccess_Layer\Bank_DataAccess_Layer.csproj", "{1317694E-26DC-4CD4-B85F-F0560D2AC5A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F7EB148-D99E-4113-976D-3CABF9071FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F7EB148-D99E-4113-976D-3CABF9071FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F7EB148-D99E-4113-976D-3CABF9071FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F7EB148-D99E-4113-976D-3CABF9071FAB}.Release|Any CPU.Build.0 = Release|Any CPU
{C85882B8-AAFA-465F-B2DA-50FA5BF8C1AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C85882B8-AAFA-465F-B2DA-50FA5BF8C1AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C85882B8-AAFA-465F-B2DA-50FA5BF8C1AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C85882B8-AAFA-465F-B2DA-50FA5BF8C1AA}.Release|Any CPU.Build.0 = Release|Any CPU
{1317694E-26DC-4CD4-B85F-F0560D2AC5A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1317694E-26DC-4CD4-B85F-F0560D2AC5A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1317694E-26DC-4CD4-B85F-F0560D2AC5A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1317694E-26DC-4CD4-B85F-F0560D2AC5A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAB2AB80-5886-4977-960F-EA00536EE803}
EndGlobalSection
EndGlobal