添加Lesson16
This commit is contained in:
@@ -27,6 +27,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson15_继承-万物之
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson15_继承-万物之父和装箱拆箱练习", "Lesson15_继承-万物之父和装箱拆箱练习\Lesson15_继承-万物之父和装箱拆箱练习.csproj", "{FD313E4D-09E3-4310-B001-8BD9BF0B7C45}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson16_继承-密封类", "Lesson16_继承-密封类\Lesson16_继承-密封类.csproj", "{C68D86B1-87E3-47FC-BF5B-B9B39E1B0BD1}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson16_继承-密封类练习", "Lesson16_继承-密封类练习\Lesson16_继承-密封类练习.csproj", "{673FABF2-99A7-4E63-B1F6-37AB53B6EC85}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -81,6 +85,14 @@ Global
|
||||
{FD313E4D-09E3-4310-B001-8BD9BF0B7C45}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FD313E4D-09E3-4310-B001-8BD9BF0B7C45}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FD313E4D-09E3-4310-B001-8BD9BF0B7C45}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C68D86B1-87E3-47FC-BF5B-B9B39E1B0BD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C68D86B1-87E3-47FC-BF5B-B9B39E1B0BD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C68D86B1-87E3-47FC-BF5B-B9B39E1B0BD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C68D86B1-87E3-47FC-BF5B-B9B39E1B0BD1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{673FABF2-99A7-4E63-B1F6-37AB53B6EC85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{673FABF2-99A7-4E63-B1F6-37AB53B6EC85}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{673FABF2-99A7-4E63-B1F6-37AB53B6EC85}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{673FABF2-99A7-4E63-B1F6-37AB53B6EC85}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user