-
Notifications
You must be signed in to change notification settings - Fork 0
/
LoanCalculator.sln
49 lines (49 loc) · 3.03 KB
/
LoanCalculator.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
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebService", "LoanCalculatorService\WebService.csproj", "{758255FB-968A-432C-BB99-9D7159DA5EBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoanCalculator.Tests", "LoanCalculatorService.Tests\LoanCalculator.Tests.csproj", "{6F37833D-5E55-4BA8-9623-6B8D005C8AC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedModels", "SharedModels\SharedModels.csproj", "{8B4BC239-E021-442D-94C5-8AD94D3AC26E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopClient", "DesktopClient\DesktopClient.csproj", "{8BC715D2-757D-4077-A890-723498E18722}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServiceTestApp", "WebServiceTestApp\WebServiceTestApp.csproj", "{95C68F64-E6CE-4234-B7B8-542D8148A8E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{758255FB-968A-432C-BB99-9D7159DA5EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{758255FB-968A-432C-BB99-9D7159DA5EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{758255FB-968A-432C-BB99-9D7159DA5EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{758255FB-968A-432C-BB99-9D7159DA5EBF}.Release|Any CPU.Build.0 = Release|Any CPU
{6F37833D-5E55-4BA8-9623-6B8D005C8AC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F37833D-5E55-4BA8-9623-6B8D005C8AC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F37833D-5E55-4BA8-9623-6B8D005C8AC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F37833D-5E55-4BA8-9623-6B8D005C8AC9}.Release|Any CPU.Build.0 = Release|Any CPU
{8B4BC239-E021-442D-94C5-8AD94D3AC26E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B4BC239-E021-442D-94C5-8AD94D3AC26E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B4BC239-E021-442D-94C5-8AD94D3AC26E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B4BC239-E021-442D-94C5-8AD94D3AC26E}.Release|Any CPU.Build.0 = Release|Any CPU
{8BC715D2-757D-4077-A890-723498E18722}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BC715D2-757D-4077-A890-723498E18722}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BC715D2-757D-4077-A890-723498E18722}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BC715D2-757D-4077-A890-723498E18722}.Release|Any CPU.Build.0 = Release|Any CPU
{95C68F64-E6CE-4234-B7B8-542D8148A8E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95C68F64-E6CE-4234-B7B8-542D8148A8E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95C68F64-E6CE-4234-B7B8-542D8148A8E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95C68F64-E6CE-4234-B7B8-542D8148A8E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B811FB12-95ED-4CDE-A9B6-674330E8A919}
EndGlobalSection
EndGlobal