-
Notifications
You must be signed in to change notification settings - Fork 0
/
OnionArchitectureV1.sln
43 lines (43 loc) · 2.43 KB
/
OnionArchitectureV1.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 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entity", "Entity\Entity.csproj", "{F652C2C2-4A50-4D45-B853-525F25668D6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service.csproj", "{C054A65E-D7EC-4026-8E42-F162F9331C33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{F74664A4-FC91-495D-AC07-9FA78133C6C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{DA45529F-80C3-4F09-A2AC-2E2EBB61B0C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F652C2C2-4A50-4D45-B853-525F25668D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F652C2C2-4A50-4D45-B853-525F25668D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F652C2C2-4A50-4D45-B853-525F25668D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F652C2C2-4A50-4D45-B853-525F25668D6A}.Release|Any CPU.Build.0 = Release|Any CPU
{C054A65E-D7EC-4026-8E42-F162F9331C33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C054A65E-D7EC-4026-8E42-F162F9331C33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C054A65E-D7EC-4026-8E42-F162F9331C33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C054A65E-D7EC-4026-8E42-F162F9331C33}.Release|Any CPU.Build.0 = Release|Any CPU
{F74664A4-FC91-495D-AC07-9FA78133C6C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F74664A4-FC91-495D-AC07-9FA78133C6C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F74664A4-FC91-495D-AC07-9FA78133C6C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F74664A4-FC91-495D-AC07-9FA78133C6C8}.Release|Any CPU.Build.0 = Release|Any CPU
{DA45529F-80C3-4F09-A2AC-2E2EBB61B0C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA45529F-80C3-4F09-A2AC-2E2EBB61B0C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA45529F-80C3-4F09-A2AC-2E2EBB61B0C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA45529F-80C3-4F09-A2AC-2E2EBB61B0C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3682FDAD-9218-4575-A787-0B5F87FFB8E4}
EndGlobalSection
EndGlobal