-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmortgage.amortization.sln
39 lines (39 loc) · 2.04 KB
/
mortgage.amortization.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mortgage.Api", "src\Mortgage.Api\Mortgage.Api.csproj", "{F200CDC6-CF60-433B-B505-8D63709F8E92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6F112FD6-1AA9-4C84-84B2-916836FDA3EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{151946D8-0B6E-46F0-BFAE-180B677B8592}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mortgage.Api.Tests", "test\Mortgage.Api.Tests\Mortgage.Api.Tests.csproj", "{9825EE75-F987-4B9C-A40F-CA4B4C6CC1C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F200CDC6-CF60-433B-B505-8D63709F8E92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F200CDC6-CF60-433B-B505-8D63709F8E92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F200CDC6-CF60-433B-B505-8D63709F8E92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F200CDC6-CF60-433B-B505-8D63709F8E92}.Release|Any CPU.Build.0 = Release|Any CPU
{9825EE75-F987-4B9C-A40F-CA4B4C6CC1C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9825EE75-F987-4B9C-A40F-CA4B4C6CC1C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9825EE75-F987-4B9C-A40F-CA4B4C6CC1C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9825EE75-F987-4B9C-A40F-CA4B4C6CC1C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F200CDC6-CF60-433B-B505-8D63709F8E92} = {6F112FD6-1AA9-4C84-84B2-916836FDA3EC}
{9825EE75-F987-4B9C-A40F-CA4B4C6CC1C7} = {151946D8-0B6E-46F0-BFAE-180B677B8592}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C34092B8-1E5A-4B4F-9368-F41A2BFF5864}
EndGlobalSection
EndGlobal