添加Lesson7

This commit is contained in:
2025-10-13 19:38:59 +08:00
parent ecf5241ed6
commit 3c4123d514
5 changed files with 176 additions and 0 deletions
+12
View File
@@ -29,6 +29,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson6_泛型约束", "Les
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson6_泛型约束练习", "Lesson6_泛型约束练习\Lesson6_泛型约束练习.csproj", "{3BE8ABBA-44EA-4112-B88B-220C71FBFFC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson7_List", "Lesson7_List\Lesson7_List.csproj", "{D63FDE7B-2A03-4A86-9E4F-223AF31F099B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson7_List练习", "Lesson7_List练习\Lesson7_List练习.csproj", "{1E65491F-EA06-4E4D-9E20-A692C9EB3C79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -87,6 +91,14 @@ Global
{3BE8ABBA-44EA-4112-B88B-220C71FBFFC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE8ABBA-44EA-4112-B88B-220C71FBFFC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BE8ABBA-44EA-4112-B88B-220C71FBFFC8}.Release|Any CPU.Build.0 = Release|Any CPU
{D63FDE7B-2A03-4A86-9E4F-223AF31F099B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D63FDE7B-2A03-4A86-9E4F-223AF31F099B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D63FDE7B-2A03-4A86-9E4F-223AF31F099B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D63FDE7B-2A03-4A86-9E4F-223AF31F099B}.Release|Any CPU.Build.0 = Release|Any CPU
{1E65491F-EA06-4E4D-9E20-A692C9EB3C79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E65491F-EA06-4E4D-9E20-A692C9EB3C79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E65491F-EA06-4E4D-9E20-A692C9EB3C79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E65491F-EA06-4E4D-9E20-A692C9EB3C79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE