-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClean-API.sln
More file actions
49 lines (49 loc) · 2.92 KB
/
Copy pathClean-API.sln
File metadata and controls
49 lines (49 loc) · 2.92 KB
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.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{2E7D79F3-8273-450C-84F8-DFF4119D1CA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{75C08ED7-39AD-420E-87CB-15D081B4E4FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{B3AE2D32-1D9B-4494-BCE7-6497AAE815BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{454D1F9B-83F1-4263-B71F-72DFC3E1924A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{2FD2E6DE-0BE3-4521-81FD-3FD0B0D391F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E7D79F3-8273-450C-84F8-DFF4119D1CA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E7D79F3-8273-450C-84F8-DFF4119D1CA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E7D79F3-8273-450C-84F8-DFF4119D1CA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E7D79F3-8273-450C-84F8-DFF4119D1CA0}.Release|Any CPU.Build.0 = Release|Any CPU
{75C08ED7-39AD-420E-87CB-15D081B4E4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C08ED7-39AD-420E-87CB-15D081B4E4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C08ED7-39AD-420E-87CB-15D081B4E4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C08ED7-39AD-420E-87CB-15D081B4E4FD}.Release|Any CPU.Build.0 = Release|Any CPU
{B3AE2D32-1D9B-4494-BCE7-6497AAE815BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3AE2D32-1D9B-4494-BCE7-6497AAE815BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3AE2D32-1D9B-4494-BCE7-6497AAE815BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3AE2D32-1D9B-4494-BCE7-6497AAE815BF}.Release|Any CPU.Build.0 = Release|Any CPU
{454D1F9B-83F1-4263-B71F-72DFC3E1924A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{454D1F9B-83F1-4263-B71F-72DFC3E1924A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{454D1F9B-83F1-4263-B71F-72DFC3E1924A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{454D1F9B-83F1-4263-B71F-72DFC3E1924A}.Release|Any CPU.Build.0 = Release|Any CPU
{2FD2E6DE-0BE3-4521-81FD-3FD0B0D391F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD2E6DE-0BE3-4521-81FD-3FD0B0D391F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD2E6DE-0BE3-4521-81FD-3FD0B0D391F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD2E6DE-0BE3-4521-81FD-3FD0B0D391F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B35D401-3D1B-404F-9372-1A2116C888A8}
EndGlobalSection
EndGlobal