-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsharp-learning.sln
66 lines (66 loc) · 4.18 KB
/
csharp-learning.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharp_Design_Patterns", "design-patterns\CSharp_Design_Patterns.csproj", "{CFE7118A-215F-4D2A-BAC5-721DEF32D0AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C# - Sololearn", "sololearn\C# - Sololearn.csproj", "{341BB30B-7858-4290-AAAE-9A799CA26ABD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDrivenDev", "tdd-examples\TestDrivenDev.csproj", "{194C4112-1C25-4C2C-8C41-890B76572FFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "coding-game-test", "coding-game-test", "{A41E2816-D577-4774-B146-1D926C9DEF34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "app", "coding-game-test\app\app.csproj", "{F5889E86-AF17-46DE-BD4F-3D6730779918}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "paradigms-examples", "paradigms-examples", "{BF4264F1-B970-4D12-A18F-6EE57C227601}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "app", "paradigms-examples\app\app.csproj", "{0BFADD42-34CA-4627-BCE0-342D8C506642}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solid-examples", "solid-examples", "{399628F3-0F8B-45B3-93A5-F17068187014}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SOLID", "solid-examples\SOLID\SOLID.csproj", "{AFF2F9BF-B2F2-4F72-A711-48FD2502A797}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFE7118A-215F-4D2A-BAC5-721DEF32D0AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFE7118A-215F-4D2A-BAC5-721DEF32D0AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFE7118A-215F-4D2A-BAC5-721DEF32D0AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFE7118A-215F-4D2A-BAC5-721DEF32D0AC}.Release|Any CPU.Build.0 = Release|Any CPU
{341BB30B-7858-4290-AAAE-9A799CA26ABD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{341BB30B-7858-4290-AAAE-9A799CA26ABD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{341BB30B-7858-4290-AAAE-9A799CA26ABD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{341BB30B-7858-4290-AAAE-9A799CA26ABD}.Release|Any CPU.Build.0 = Release|Any CPU
{194C4112-1C25-4C2C-8C41-890B76572FFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{194C4112-1C25-4C2C-8C41-890B76572FFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{194C4112-1C25-4C2C-8C41-890B76572FFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{194C4112-1C25-4C2C-8C41-890B76572FFE}.Release|Any CPU.Build.0 = Release|Any CPU
{F5889E86-AF17-46DE-BD4F-3D6730779918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5889E86-AF17-46DE-BD4F-3D6730779918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5889E86-AF17-46DE-BD4F-3D6730779918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5889E86-AF17-46DE-BD4F-3D6730779918}.Release|Any CPU.Build.0 = Release|Any CPU
{0BFADD42-34CA-4627-BCE0-342D8C506642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFADD42-34CA-4627-BCE0-342D8C506642}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFADD42-34CA-4627-BCE0-342D8C506642}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFADD42-34CA-4627-BCE0-342D8C506642}.Release|Any CPU.Build.0 = Release|Any CPU
{AFF2F9BF-B2F2-4F72-A711-48FD2502A797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF2F9BF-B2F2-4F72-A711-48FD2502A797}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF2F9BF-B2F2-4F72-A711-48FD2502A797}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFF2F9BF-B2F2-4F72-A711-48FD2502A797}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F5889E86-AF17-46DE-BD4F-3D6730779918} = {A41E2816-D577-4774-B146-1D926C9DEF34}
{0BFADD42-34CA-4627-BCE0-342D8C506642} = {BF4264F1-B970-4D12-A18F-6EE57C227601}
{AFF2F9BF-B2F2-4F72-A711-48FD2502A797} = {399628F3-0F8B-45B3-93A5-F17068187014}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2015190-0B87-463B-82C3-52A76B57B69A}
EndGlobalSection
EndGlobal