-
Notifications
You must be signed in to change notification settings - Fork 14
/
Loans.sln
37 lines (37 loc) · 1.79 KB
/
Loans.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.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loans", "Loans\Loans.csproj", "{0D3BF21B-51F5-4A43-AC06-66F5031BA5A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loans.Tests", "Loans.Tests\Loans.Tests.csproj", "{A7DCA12C-BDD0-49B9-BE24-F6D3BF6761BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DDA71796-87B9-446A-945A-20D0F52790E5}"
ProjectSection(SolutionItems) = preProject
CheatSheet.md = CheatSheet.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D3BF21B-51F5-4A43-AC06-66F5031BA5A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D3BF21B-51F5-4A43-AC06-66F5031BA5A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D3BF21B-51F5-4A43-AC06-66F5031BA5A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D3BF21B-51F5-4A43-AC06-66F5031BA5A1}.Release|Any CPU.Build.0 = Release|Any CPU
{A7DCA12C-BDD0-49B9-BE24-F6D3BF6761BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7DCA12C-BDD0-49B9-BE24-F6D3BF6761BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7DCA12C-BDD0-49B9-BE24-F6D3BF6761BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7DCA12C-BDD0-49B9-BE24-F6D3BF6761BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B2B3504-4AFB-4AA6-BA7E-C4446434DEF7}
EndGlobalSection
EndGlobal