-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.sln
51 lines (51 loc) · 3.09 KB
/
Portfolio.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{CF54761B-710E-4FD7-94B3-E5425D03E69F}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "client-app", "client-app\client-app.esproj", "{7999827A-58E5-4833-9D4F-934834AFE5DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistence", "Persistence\Persistence.csproj", "{CADC4562-02A7-49C9-A36E-8178F6131368}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{CF62335E-48B8-4ABE-8A55-28E043B75CD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{887C9C0D-4BFC-438B-84CF-EB7D85DEE896}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF54761B-710E-4FD7-94B3-E5425D03E69F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF54761B-710E-4FD7-94B3-E5425D03E69F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF54761B-710E-4FD7-94B3-E5425D03E69F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF54761B-710E-4FD7-94B3-E5425D03E69F}.Release|Any CPU.Build.0 = Release|Any CPU
{7999827A-58E5-4833-9D4F-934834AFE5DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7999827A-58E5-4833-9D4F-934834AFE5DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7999827A-58E5-4833-9D4F-934834AFE5DD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7999827A-58E5-4833-9D4F-934834AFE5DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7999827A-58E5-4833-9D4F-934834AFE5DD}.Release|Any CPU.Build.0 = Release|Any CPU
{7999827A-58E5-4833-9D4F-934834AFE5DD}.Release|Any CPU.Deploy.0 = Release|Any CPU
{CADC4562-02A7-49C9-A36E-8178F6131368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CADC4562-02A7-49C9-A36E-8178F6131368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CADC4562-02A7-49C9-A36E-8178F6131368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CADC4562-02A7-49C9-A36E-8178F6131368}.Release|Any CPU.Build.0 = Release|Any CPU
{CF62335E-48B8-4ABE-8A55-28E043B75CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF62335E-48B8-4ABE-8A55-28E043B75CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF62335E-48B8-4ABE-8A55-28E043B75CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF62335E-48B8-4ABE-8A55-28E043B75CD6}.Release|Any CPU.Build.0 = Release|Any CPU
{887C9C0D-4BFC-438B-84CF-EB7D85DEE896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{887C9C0D-4BFC-438B-84CF-EB7D85DEE896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{887C9C0D-4BFC-438B-84CF-EB7D85DEE896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{887C9C0D-4BFC-438B-84CF-EB7D85DEE896}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52E4B5B0-E9BB-49CE-862D-D731D9341E1B}
EndGlobalSection
EndGlobal