-
Notifications
You must be signed in to change notification settings - Fork 0
/
credit_proposal.sln
49 lines (49 loc) · 3.13 KB
/
credit_proposal.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 Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditProposal.Test", "CreditProposal.Test\CreditProposal.Test.csproj", "{40E9F267-E5BE-4119-9562-2586FF5AD609}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditProposal.Domain", "CreditProposal.Domain\CreditProposal.Domain.csproj", "{FC978EE0-3E4B-4763-B3B9-22998107A90D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditProposal.Infrastructure", "CreditProposal.Infrastructure\CreditProposal.Infrastructure.csproj", "{782AA89E-7E39-49CE-AEA0-AE1DA7E0A105}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditProposal.API", "CreditProposal.API\CreditProposal.API.csproj", "{14AA058F-B734-4935-B4C3-01568B3FB50E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditProposal.Application", "CreditProposal.Application\CreditProposal.Application.csproj", "{191F70B8-16FB-45A4-AA06-FCA786242004}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40E9F267-E5BE-4119-9562-2586FF5AD609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E9F267-E5BE-4119-9562-2586FF5AD609}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E9F267-E5BE-4119-9562-2586FF5AD609}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E9F267-E5BE-4119-9562-2586FF5AD609}.Release|Any CPU.Build.0 = Release|Any CPU
{FC978EE0-3E4B-4763-B3B9-22998107A90D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC978EE0-3E4B-4763-B3B9-22998107A90D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC978EE0-3E4B-4763-B3B9-22998107A90D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC978EE0-3E4B-4763-B3B9-22998107A90D}.Release|Any CPU.Build.0 = Release|Any CPU
{782AA89E-7E39-49CE-AEA0-AE1DA7E0A105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{782AA89E-7E39-49CE-AEA0-AE1DA7E0A105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{782AA89E-7E39-49CE-AEA0-AE1DA7E0A105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{782AA89E-7E39-49CE-AEA0-AE1DA7E0A105}.Release|Any CPU.Build.0 = Release|Any CPU
{14AA058F-B734-4935-B4C3-01568B3FB50E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14AA058F-B734-4935-B4C3-01568B3FB50E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14AA058F-B734-4935-B4C3-01568B3FB50E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14AA058F-B734-4935-B4C3-01568B3FB50E}.Release|Any CPU.Build.0 = Release|Any CPU
{191F70B8-16FB-45A4-AA06-FCA786242004}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{191F70B8-16FB-45A4-AA06-FCA786242004}.Debug|Any CPU.Build.0 = Debug|Any CPU
{191F70B8-16FB-45A4-AA06-FCA786242004}.Release|Any CPU.ActiveCfg = Release|Any CPU
{191F70B8-16FB-45A4-AA06-FCA786242004}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2F4FD61-1AAA-4E34-8B20-36C3D7F32B72}
EndGlobalSection
EndGlobal