-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSOLID-Playground.sln
49 lines (49 loc) · 3.18 KB
/
SOLID-Playground.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
44
45
46
47
48
49
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}") = "SingleResponsibilityPrinciple", "SingleResponsibilityPrinciple\SingleResponsibilityPrinciple.csproj", "{1521C8BE-4B50-4AD2-B27B-0D394B3B54D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenClosePrinciple", "OpenClosePrinciple\OpenClosePrinciple.csproj", "{7121123E-E175-4C1F-B0A8-7ACF66285661}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiskovSubstitutionPrinciple", "LiskovSubstitution\LiskovSubstitutionPrinciple.csproj", "{7E0BA752-0BFD-41E1-A372-3429260F0665}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterfaceSegregationPrinciple", "InterfaceSegregationPrinciple\InterfaceSegregationPrinciple.csproj", "{D0C437F3-B71C-4B22-80F4-16C57A7CD39D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyInversionPrinciple", "DependencyInversionPrinciple\DependencyInversionPrinciple.csproj", "{47247910-E36D-422C-B947-DFF4B4EF9A39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1521C8BE-4B50-4AD2-B27B-0D394B3B54D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1521C8BE-4B50-4AD2-B27B-0D394B3B54D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1521C8BE-4B50-4AD2-B27B-0D394B3B54D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1521C8BE-4B50-4AD2-B27B-0D394B3B54D1}.Release|Any CPU.Build.0 = Release|Any CPU
{7121123E-E175-4C1F-B0A8-7ACF66285661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7121123E-E175-4C1F-B0A8-7ACF66285661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7121123E-E175-4C1F-B0A8-7ACF66285661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7121123E-E175-4C1F-B0A8-7ACF66285661}.Release|Any CPU.Build.0 = Release|Any CPU
{7E0BA752-0BFD-41E1-A372-3429260F0665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E0BA752-0BFD-41E1-A372-3429260F0665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E0BA752-0BFD-41E1-A372-3429260F0665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E0BA752-0BFD-41E1-A372-3429260F0665}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C437F3-B71C-4B22-80F4-16C57A7CD39D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C437F3-B71C-4B22-80F4-16C57A7CD39D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C437F3-B71C-4B22-80F4-16C57A7CD39D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C437F3-B71C-4B22-80F4-16C57A7CD39D}.Release|Any CPU.Build.0 = Release|Any CPU
{47247910-E36D-422C-B947-DFF4B4EF9A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47247910-E36D-422C-B947-DFF4B4EF9A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47247910-E36D-422C-B947-DFF4B4EF9A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47247910-E36D-422C-B947-DFF4B4EF9A39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48938228-8F84-4BE5-970D-D93E80CF2EFC}
EndGlobalSection
EndGlobal