-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDDD Series.sln
37 lines (37 loc) · 2.01 KB
/
DDD Series.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{46BDF711-2D96-4B84-9474-1777681BAD38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{4D1D6398-C5A4-4C51-A74D-A13B5963BA2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{674C2896-CB0A-44B3-83D3-4DC0DA34EF26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46BDF711-2D96-4B84-9474-1777681BAD38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46BDF711-2D96-4B84-9474-1777681BAD38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46BDF711-2D96-4B84-9474-1777681BAD38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46BDF711-2D96-4B84-9474-1777681BAD38}.Release|Any CPU.Build.0 = Release|Any CPU
{4D1D6398-C5A4-4C51-A74D-A13B5963BA2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D1D6398-C5A4-4C51-A74D-A13B5963BA2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D1D6398-C5A4-4C51-A74D-A13B5963BA2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D1D6398-C5A4-4C51-A74D-A13B5963BA2C}.Release|Any CPU.Build.0 = Release|Any CPU
{674C2896-CB0A-44B3-83D3-4DC0DA34EF26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{674C2896-CB0A-44B3-83D3-4DC0DA34EF26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{674C2896-CB0A-44B3-83D3-4DC0DA34EF26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{674C2896-CB0A-44B3-83D3-4DC0DA34EF26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {043FC3B6-E9D6-494A-9E48-B82D1FA62ACA}
EndGlobalSection
EndGlobal