-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBankApplication.sln
More file actions
49 lines (49 loc) · 3.02 KB
/
BankApplication.sln
File metadata and controls
49 lines (49 loc) · 3.02 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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankApplication.Web", "BankApplication.Web\BankApplication.Web.csproj", "{B3E840EA-1F51-46DD-9E43-F577995E9F53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bank.Application", "Bank.Application\Bank.Application.csproj", "{03B6472B-3FF4-4126-8A52-53583097A356}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bank.Entity", "Bank.Entity\Bank.Entity.csproj", "{320D08BD-FFDB-4959-BFBD-239A46442C30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bank.Service", "Bank.Service\Bank.Service.csproj", "{CEF402CE-55D3-4D08-BA83-1FDEB2D04EDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bank.Utilities", "Bank.Utilities\Bank.Utilities.csproj", "{1B157AD4-9A0E-4C58-947D-F46516DB0A41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3E840EA-1F51-46DD-9E43-F577995E9F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3E840EA-1F51-46DD-9E43-F577995E9F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3E840EA-1F51-46DD-9E43-F577995E9F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3E840EA-1F51-46DD-9E43-F577995E9F53}.Release|Any CPU.Build.0 = Release|Any CPU
{03B6472B-3FF4-4126-8A52-53583097A356}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B6472B-3FF4-4126-8A52-53583097A356}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03B6472B-3FF4-4126-8A52-53583097A356}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03B6472B-3FF4-4126-8A52-53583097A356}.Release|Any CPU.Build.0 = Release|Any CPU
{320D08BD-FFDB-4959-BFBD-239A46442C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{320D08BD-FFDB-4959-BFBD-239A46442C30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{320D08BD-FFDB-4959-BFBD-239A46442C30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{320D08BD-FFDB-4959-BFBD-239A46442C30}.Release|Any CPU.Build.0 = Release|Any CPU
{CEF402CE-55D3-4D08-BA83-1FDEB2D04EDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEF402CE-55D3-4D08-BA83-1FDEB2D04EDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEF402CE-55D3-4D08-BA83-1FDEB2D04EDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEF402CE-55D3-4D08-BA83-1FDEB2D04EDF}.Release|Any CPU.Build.0 = Release|Any CPU
{1B157AD4-9A0E-4C58-947D-F46516DB0A41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B157AD4-9A0E-4C58-947D-F46516DB0A41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B157AD4-9A0E-4C58-947D-F46516DB0A41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B157AD4-9A0E-4C58-947D-F46516DB0A41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1990A847-1ECF-42DB-B112-BF3AF85BC6CB}
EndGlobalSection
EndGlobal