-
Notifications
You must be signed in to change notification settings - Fork 14
/
Clean.API.Project.sln
43 lines (43 loc) · 2.55 KB
/
Clean.API.Project.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Core", "Project.Core\Project.Core.csproj", "{540CC202-D687-4B54-8746-4E943F0D16C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Infrastructure", "Project.Infrastructure\Project.Infrastructure.csproj", "{A9767277-DD3A-47BA-9704-E525D32F1D9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.UnitTest", "Project.UnitTest\Project.UnitTest.csproj", "{9A138398-C199-404D-9E42-3095A2290A07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.API", "Project.API\Project.API.csproj", "{E80FE11C-4A4B-456B-A79A-9201F5A11060}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{540CC202-D687-4B54-8746-4E943F0D16C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{540CC202-D687-4B54-8746-4E943F0D16C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{540CC202-D687-4B54-8746-4E943F0D16C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{540CC202-D687-4B54-8746-4E943F0D16C6}.Release|Any CPU.Build.0 = Release|Any CPU
{A9767277-DD3A-47BA-9704-E525D32F1D9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9767277-DD3A-47BA-9704-E525D32F1D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9767277-DD3A-47BA-9704-E525D32F1D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9767277-DD3A-47BA-9704-E525D32F1D9D}.Release|Any CPU.Build.0 = Release|Any CPU
{9A138398-C199-404D-9E42-3095A2290A07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A138398-C199-404D-9E42-3095A2290A07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A138398-C199-404D-9E42-3095A2290A07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A138398-C199-404D-9E42-3095A2290A07}.Release|Any CPU.Build.0 = Release|Any CPU
{E80FE11C-4A4B-456B-A79A-9201F5A11060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E80FE11C-4A4B-456B-A79A-9201F5A11060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E80FE11C-4A4B-456B-A79A-9201F5A11060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E80FE11C-4A4B-456B-A79A-9201F5A11060}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {554B3771-ADE1-4A3F-8808-562B64E046E0}
EndGlobalSection
EndGlobal