-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSOLIDPrinciples.sln
More file actions
49 lines (49 loc) · 3.19 KB
/
SOLIDPrinciples.sln
File metadata and controls
49 lines (49 loc) · 3.19 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingleResponsibilityPrinciple", "SingleResponsibilityPrinciple\SingleResponsibilityPrinciple.csproj", "{86D2E207-04E1-4BA2-8680-035548D419D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenClosedPrinciple", "OpenClosedPrinciple\OpenClosedPrinciple.csproj", "{BC36399A-630F-413F-895C-ACB4B3A20E3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiskovSubstitutionPrinciple", "LiskovSubstitutionPrinciple\LiskovSubstitutionPrinciple.csproj", "{04EB8D18-67C5-4A6A-B0D8-C6A0526C3823}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterfaceSegregationPrinciple", "InterfaceSegregationPrinciple\InterfaceSegregationPrinciple.csproj", "{10803BFB-4607-44BF-9D7C-0A438A06F536}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInversionPrinciple", "DependencyInversionPrinciple\DependencyInversionPrinciple.csproj", "{950D10BC-7A9E-4A83-8D2D-74B9D8D85A73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86D2E207-04E1-4BA2-8680-035548D419D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86D2E207-04E1-4BA2-8680-035548D419D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86D2E207-04E1-4BA2-8680-035548D419D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86D2E207-04E1-4BA2-8680-035548D419D4}.Release|Any CPU.Build.0 = Release|Any CPU
{BC36399A-630F-413F-895C-ACB4B3A20E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC36399A-630F-413F-895C-ACB4B3A20E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC36399A-630F-413F-895C-ACB4B3A20E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC36399A-630F-413F-895C-ACB4B3A20E3D}.Release|Any CPU.Build.0 = Release|Any CPU
{04EB8D18-67C5-4A6A-B0D8-C6A0526C3823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04EB8D18-67C5-4A6A-B0D8-C6A0526C3823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04EB8D18-67C5-4A6A-B0D8-C6A0526C3823}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04EB8D18-67C5-4A6A-B0D8-C6A0526C3823}.Release|Any CPU.Build.0 = Release|Any CPU
{10803BFB-4607-44BF-9D7C-0A438A06F536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10803BFB-4607-44BF-9D7C-0A438A06F536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10803BFB-4607-44BF-9D7C-0A438A06F536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10803BFB-4607-44BF-9D7C-0A438A06F536}.Release|Any CPU.Build.0 = Release|Any CPU
{950D10BC-7A9E-4A83-8D2D-74B9D8D85A73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{950D10BC-7A9E-4A83-8D2D-74B9D8D85A73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{950D10BC-7A9E-4A83-8D2D-74B9D8D85A73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{950D10BC-7A9E-4A83-8D2D-74B9D8D85A73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94903015-5DB3-4DB0-B401-8D21130905BF}
EndGlobalSection
EndGlobal