-
Notifications
You must be signed in to change notification settings - Fork 1
/
SoftwarePrinciples.sln
43 lines (43 loc) · 2.59 KB
/
SoftwarePrinciples.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.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solid_Principles", "Solid_Principles\Solid_Principles.csproj", "{EC3FDF4C-3432-4230-8002-354A85141259}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DRY_Principle", "DRY_Principle\DRY_Principle.csproj", "{3F5D59AB-7081-4F38-9286-21C10D4614A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SOC_SeparationOfConcernsPrinciple", "SOC_SeparationOfConcernsPrinciple\SOC_SeparationOfConcernsPrinciple.csproj", "{CD4B3A04-4157-4929-A950-99B19F4E4718}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoC_Principle", "IoC_Principle\IoC_Principle.csproj", "{E6663652-D202-441B-AFE7-C6233140CE48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC3FDF4C-3432-4230-8002-354A85141259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3FDF4C-3432-4230-8002-354A85141259}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3FDF4C-3432-4230-8002-354A85141259}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3FDF4C-3432-4230-8002-354A85141259}.Release|Any CPU.Build.0 = Release|Any CPU
{3F5D59AB-7081-4F38-9286-21C10D4614A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F5D59AB-7081-4F38-9286-21C10D4614A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F5D59AB-7081-4F38-9286-21C10D4614A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F5D59AB-7081-4F38-9286-21C10D4614A7}.Release|Any CPU.Build.0 = Release|Any CPU
{CD4B3A04-4157-4929-A950-99B19F4E4718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD4B3A04-4157-4929-A950-99B19F4E4718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD4B3A04-4157-4929-A950-99B19F4E4718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD4B3A04-4157-4929-A950-99B19F4E4718}.Release|Any CPU.Build.0 = Release|Any CPU
{E6663652-D202-441B-AFE7-C6233140CE48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6663652-D202-441B-AFE7-C6233140CE48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6663652-D202-441B-AFE7-C6233140CE48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6663652-D202-441B-AFE7-C6233140CE48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC8E768B-AB0A-4C40-A4AB-986853A6B06B}
EndGlobalSection
EndGlobal