-
Notifications
You must be signed in to change notification settings - Fork 0
/
August-October_OnionREST.sln
55 lines (55 loc) · 3.24 KB
/
August-October_OnionREST.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
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{6BF21015-5E10-48C7-9140-C00938F4A7E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{5162C633-580D-4E38-A006-43BBACFA077A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{5E25C2C5-C5C7-460C-A92C-EF04E4C2C3E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{8BB63425-305B-4C64-A453-7BB079A1BBC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{46F88350-3069-419F-A10E-04C469C50268}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{998314C7-FBA4-4CDE-9DDB-594712795D52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi", "WebApi\WebApi.csproj", "{F6648B01-E822-41EF-BDDD-6EEE40CD36D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BB63425-305B-4C64-A453-7BB079A1BBC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB63425-305B-4C64-A453-7BB079A1BBC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB63425-305B-4C64-A453-7BB079A1BBC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB63425-305B-4C64-A453-7BB079A1BBC3}.Release|Any CPU.Build.0 = Release|Any CPU
{46F88350-3069-419F-A10E-04C469C50268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F88350-3069-419F-A10E-04C469C50268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F88350-3069-419F-A10E-04C469C50268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F88350-3069-419F-A10E-04C469C50268}.Release|Any CPU.Build.0 = Release|Any CPU
{998314C7-FBA4-4CDE-9DDB-594712795D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{998314C7-FBA4-4CDE-9DDB-594712795D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{998314C7-FBA4-4CDE-9DDB-594712795D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{998314C7-FBA4-4CDE-9DDB-594712795D52}.Release|Any CPU.Build.0 = Release|Any CPU
{F6648B01-E822-41EF-BDDD-6EEE40CD36D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6648B01-E822-41EF-BDDD-6EEE40CD36D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6648B01-E822-41EF-BDDD-6EEE40CD36D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6648B01-E822-41EF-BDDD-6EEE40CD36D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8BB63425-305B-4C64-A453-7BB079A1BBC3} = {6BF21015-5E10-48C7-9140-C00938F4A7E8}
{46F88350-3069-419F-A10E-04C469C50268} = {6BF21015-5E10-48C7-9140-C00938F4A7E8}
{998314C7-FBA4-4CDE-9DDB-594712795D52} = {5162C633-580D-4E38-A006-43BBACFA077A}
{F6648B01-E822-41EF-BDDD-6EEE40CD36D5} = {5E25C2C5-C5C7-460C-A92C-EF04E4C2C3E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECF0FCAD-5DEF-4394-BBCB-7C4F2C756A18}
EndGlobalSection
EndGlobal