-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrincipios SOLID.sln
49 lines (49 loc) · 3.08 KB
/
Principios SOLID.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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Single Responsability", "Single Responsability\Single Responsability.csproj", "{5BC22C09-2566-40E2-A55C-035D3B67F53F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open Closed", "Open Closed\Open Closed.csproj", "{288E39F8-AEAF-4585-8A8E-293CBB2E04CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liskov Substitution", "Liskov Substitution\Liskov Substitution.csproj", "{EAD4D958-8C3A-43E3-B763-ED7F3AF75534}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interface Segregation", "Interface Segregation\Interface Segregation.csproj", "{83CB391E-122B-4548-B371-ED28FC6E5472}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dependency Inversion", "Dependency Inversion\Dependency Inversion.csproj", "{1CFC7553-3128-4FE0-AE45-197C853655E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BC22C09-2566-40E2-A55C-035D3B67F53F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BC22C09-2566-40E2-A55C-035D3B67F53F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BC22C09-2566-40E2-A55C-035D3B67F53F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BC22C09-2566-40E2-A55C-035D3B67F53F}.Release|Any CPU.Build.0 = Release|Any CPU
{288E39F8-AEAF-4585-8A8E-293CBB2E04CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{288E39F8-AEAF-4585-8A8E-293CBB2E04CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{288E39F8-AEAF-4585-8A8E-293CBB2E04CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{288E39F8-AEAF-4585-8A8E-293CBB2E04CB}.Release|Any CPU.Build.0 = Release|Any CPU
{EAD4D958-8C3A-43E3-B763-ED7F3AF75534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAD4D958-8C3A-43E3-B763-ED7F3AF75534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAD4D958-8C3A-43E3-B763-ED7F3AF75534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD4D958-8C3A-43E3-B763-ED7F3AF75534}.Release|Any CPU.Build.0 = Release|Any CPU
{83CB391E-122B-4548-B371-ED28FC6E5472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83CB391E-122B-4548-B371-ED28FC6E5472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83CB391E-122B-4548-B371-ED28FC6E5472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83CB391E-122B-4548-B371-ED28FC6E5472}.Release|Any CPU.Build.0 = Release|Any CPU
{1CFC7553-3128-4FE0-AE45-197C853655E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFC7553-3128-4FE0-AE45-197C853655E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFC7553-3128-4FE0-AE45-197C853655E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFC7553-3128-4FE0-AE45-197C853655E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FD8836D-160E-4966-8D4D-534B6573D80A}
EndGlobalSection
EndGlobal