-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCleanArch.sln
37 lines (37 loc) · 1.99 KB
/
CleanArch.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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{859BD7EA-81D5-49A3-9131-1024207399B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{9F9F3D04-E670-4E2C-9346-016A23FE0535}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{D811D20A-52E8-49D5-98B3-8541981E4D6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{859BD7EA-81D5-49A3-9131-1024207399B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{859BD7EA-81D5-49A3-9131-1024207399B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{859BD7EA-81D5-49A3-9131-1024207399B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{859BD7EA-81D5-49A3-9131-1024207399B8}.Release|Any CPU.Build.0 = Release|Any CPU
{9F9F3D04-E670-4E2C-9346-016A23FE0535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F9F3D04-E670-4E2C-9346-016A23FE0535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F9F3D04-E670-4E2C-9346-016A23FE0535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F9F3D04-E670-4E2C-9346-016A23FE0535}.Release|Any CPU.Build.0 = Release|Any CPU
{D811D20A-52E8-49D5-98B3-8541981E4D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D811D20A-52E8-49D5-98B3-8541981E4D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D811D20A-52E8-49D5-98B3-8541981E4D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D811D20A-52E8-49D5-98B3-8541981E4D6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAE0A55D-9565-425E-9A4E-F440374AF6E0}
EndGlobalSection
EndGlobal