-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSharpCourse.sln
121 lines (121 loc) · 8.67 KB
/
CSharpCourse.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_005", "Lesson_005\Lesson_005.csproj", "{E1EC740F-B82B-460E-880A-263D3B86D536}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_006", "Lesson_006\Lesson_006.csproj", "{3930BC31-EE04-41E5-8074-CF25D3F831E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_001", "Lesson_001\Lesson_001.csproj", "{CAB22E29-4471-41F0-9802-9D0928322A40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_000", "Lesson_000\Lesson_000.csproj", "{B574023A-2427-4CF8-824E-018E1CD3F0EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_004__ConsoleApp", "Lesson_004__ConsoleApp\Lesson_004__ConsoleApp.csproj", "{1598D617-87B6-4CFA-B1E4-5C91B870E584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_004__WinFormsApp", "Lesson_004__WinFormsApp\Lesson_004__WinFormsApp.csproj", "{89962A38-BBEE-4AA8-A19D-2F804837BFC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_004__ClassLibrary", "Lesson_004__ClassLibrary\Lesson_004__ClassLibrary.csproj", "{D1450DD2-9285-4314-B3BC-2CDFD7F76972}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_007", "Lesson_007\Lesson_007.csproj", "{C557AB33-F32F-449D-9656-DD2F514C0DBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_008", "Lesson_008\Lesson_008.csproj", "{39D498C5-9464-4829-BBAD-B766952764CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_009", "Lesson_009\Lesson_009.csproj", "{CF774FEC-B00B-4E3D-8CF4-98F0CCB03DC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_010", "Lesson_010\Lesson_010.csproj", "{BA985226-493F-46B2-BA61-5D1841FB4CBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_011", "Lesson_011\Lesson_011.csproj", "{9461A915-F2A7-4E78-ABE3-E9FA9A7282A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_012", "Lesson_012\Lesson_012.csproj", "{95A449DE-3591-40E4-BFA8-D7A98DD2CC22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_013", "Lesson_013\Lesson_013.csproj", "{74106337-C440-4463-ACF0-428A5071D704}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_014", "Lesson_014\Lesson_014.csproj", "{F026F9C1-2EFC-4774-AD8E-645AD134575D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_015", "Lesson_015\Lesson_015.csproj", "{513B6B56-6D69-41A8-A195-346465630C7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lesson_016", "Lesson_016\Lesson_016.csproj", "{B668F5CB-6090-4C85-8298-071910657B80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1EC740F-B82B-460E-880A-263D3B86D536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1EC740F-B82B-460E-880A-263D3B86D536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1EC740F-B82B-460E-880A-263D3B86D536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1EC740F-B82B-460E-880A-263D3B86D536}.Release|Any CPU.Build.0 = Release|Any CPU
{3930BC31-EE04-41E5-8074-CF25D3F831E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3930BC31-EE04-41E5-8074-CF25D3F831E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3930BC31-EE04-41E5-8074-CF25D3F831E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3930BC31-EE04-41E5-8074-CF25D3F831E4}.Release|Any CPU.Build.0 = Release|Any CPU
{CAB22E29-4471-41F0-9802-9D0928322A40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAB22E29-4471-41F0-9802-9D0928322A40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAB22E29-4471-41F0-9802-9D0928322A40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAB22E29-4471-41F0-9802-9D0928322A40}.Release|Any CPU.Build.0 = Release|Any CPU
{B574023A-2427-4CF8-824E-018E1CD3F0EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B574023A-2427-4CF8-824E-018E1CD3F0EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B574023A-2427-4CF8-824E-018E1CD3F0EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B574023A-2427-4CF8-824E-018E1CD3F0EC}.Release|Any CPU.Build.0 = Release|Any CPU
{1598D617-87B6-4CFA-B1E4-5C91B870E584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1598D617-87B6-4CFA-B1E4-5C91B870E584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1598D617-87B6-4CFA-B1E4-5C91B870E584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1598D617-87B6-4CFA-B1E4-5C91B870E584}.Release|Any CPU.Build.0 = Release|Any CPU
{89962A38-BBEE-4AA8-A19D-2F804837BFC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89962A38-BBEE-4AA8-A19D-2F804837BFC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89962A38-BBEE-4AA8-A19D-2F804837BFC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89962A38-BBEE-4AA8-A19D-2F804837BFC5}.Release|Any CPU.Build.0 = Release|Any CPU
{D1450DD2-9285-4314-B3BC-2CDFD7F76972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1450DD2-9285-4314-B3BC-2CDFD7F76972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1450DD2-9285-4314-B3BC-2CDFD7F76972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1450DD2-9285-4314-B3BC-2CDFD7F76972}.Release|Any CPU.Build.0 = Release|Any CPU
{C557AB33-F32F-449D-9656-DD2F514C0DBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C557AB33-F32F-449D-9656-DD2F514C0DBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C557AB33-F32F-449D-9656-DD2F514C0DBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C557AB33-F32F-449D-9656-DD2F514C0DBD}.Release|Any CPU.Build.0 = Release|Any CPU
{39D498C5-9464-4829-BBAD-B766952764CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D498C5-9464-4829-BBAD-B766952764CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D498C5-9464-4829-BBAD-B766952764CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D498C5-9464-4829-BBAD-B766952764CF}.Release|Any CPU.Build.0 = Release|Any CPU
{CF774FEC-B00B-4E3D-8CF4-98F0CCB03DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF774FEC-B00B-4E3D-8CF4-98F0CCB03DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF774FEC-B00B-4E3D-8CF4-98F0CCB03DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF774FEC-B00B-4E3D-8CF4-98F0CCB03DC9}.Release|Any CPU.Build.0 = Release|Any CPU
{BA985226-493F-46B2-BA61-5D1841FB4CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA985226-493F-46B2-BA61-5D1841FB4CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA985226-493F-46B2-BA61-5D1841FB4CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA985226-493F-46B2-BA61-5D1841FB4CBC}.Release|Any CPU.Build.0 = Release|Any CPU
{9461A915-F2A7-4E78-ABE3-E9FA9A7282A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9461A915-F2A7-4E78-ABE3-E9FA9A7282A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9461A915-F2A7-4E78-ABE3-E9FA9A7282A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9461A915-F2A7-4E78-ABE3-E9FA9A7282A1}.Release|Any CPU.Build.0 = Release|Any CPU
{95A449DE-3591-40E4-BFA8-D7A98DD2CC22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A449DE-3591-40E4-BFA8-D7A98DD2CC22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A449DE-3591-40E4-BFA8-D7A98DD2CC22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A449DE-3591-40E4-BFA8-D7A98DD2CC22}.Release|Any CPU.Build.0 = Release|Any CPU
{74106337-C440-4463-ACF0-428A5071D704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74106337-C440-4463-ACF0-428A5071D704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74106337-C440-4463-ACF0-428A5071D704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74106337-C440-4463-ACF0-428A5071D704}.Release|Any CPU.Build.0 = Release|Any CPU
{F026F9C1-2EFC-4774-AD8E-645AD134575D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F026F9C1-2EFC-4774-AD8E-645AD134575D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F026F9C1-2EFC-4774-AD8E-645AD134575D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F026F9C1-2EFC-4774-AD8E-645AD134575D}.Release|Any CPU.Build.0 = Release|Any CPU
{513B6B56-6D69-41A8-A195-346465630C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{513B6B56-6D69-41A8-A195-346465630C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{513B6B56-6D69-41A8-A195-346465630C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{513B6B56-6D69-41A8-A195-346465630C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{B668F5CB-6090-4C85-8298-071910657B80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B668F5CB-6090-4C85-8298-071910657B80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B668F5CB-6090-4C85-8298-071910657B80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B668F5CB-6090-4C85-8298-071910657B80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F130F75-B793-4D79-BBFD-6D17F0746CCE}
EndGlobalSection
EndGlobal