-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBanking.sln
37 lines (37 loc) · 2.05 KB
/
Banking.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 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banking.DataLayer", "Banking.DataLayer\Banking.DataLayer.csproj", "{06B5D74D-AB96-408C-8ADE-C83DB8D15D0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banking.API", "Banking.API\Banking.API.csproj", "{4168F290-EF48-4BF3-958E-A7AC66B3E727}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banking.Tests", "Banking.Tests\Banking.Tests.csproj", "{11F3175A-5B2B-47EE-BB05-2B582066D4B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06B5D74D-AB96-408C-8ADE-C83DB8D15D0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B5D74D-AB96-408C-8ADE-C83DB8D15D0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B5D74D-AB96-408C-8ADE-C83DB8D15D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06B5D74D-AB96-408C-8ADE-C83DB8D15D0F}.Release|Any CPU.Build.0 = Release|Any CPU
{4168F290-EF48-4BF3-958E-A7AC66B3E727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4168F290-EF48-4BF3-958E-A7AC66B3E727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4168F290-EF48-4BF3-958E-A7AC66B3E727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4168F290-EF48-4BF3-958E-A7AC66B3E727}.Release|Any CPU.Build.0 = Release|Any CPU
{11F3175A-5B2B-47EE-BB05-2B582066D4B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F3175A-5B2B-47EE-BB05-2B582066D4B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F3175A-5B2B-47EE-BB05-2B582066D4B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F3175A-5B2B-47EE-BB05-2B582066D4B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C6883A2-5F67-4D3B-AB26-FC4FFCA8FF0E}
EndGlobalSection
EndGlobal