添加Lesson2

This commit is contained in:
2025-10-11 11:05:51 +08:00
parent 5e8c571bb3
commit 921e096721
5 changed files with 165 additions and 0 deletions
+12
View File
@@ -9,6 +9,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson1_ArrayList", "Lesson
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson1_ArrayList练习题", "Lesson1_ArrayList练习题\Lesson1_ArrayList练习题.csproj", "{B9F9E174-21EA-40E7-A139-58FFD3448023}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson2_Stack", "Lesson2_Stack\Lesson2_Stack.csproj", "{8353E167-0804-4902-A15A-3FA209EB6C6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson2_Stack练习题", "Lesson2_Stack练习题\Lesson2_Stack练习题.csproj", "{BE917425-E4A8-4C51-89BE-8F6DD86A1C00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -27,6 +31,14 @@ Global
{B9F9E174-21EA-40E7-A139-58FFD3448023}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F9E174-21EA-40E7-A139-58FFD3448023}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F9E174-21EA-40E7-A139-58FFD3448023}.Release|Any CPU.Build.0 = Release|Any CPU
{8353E167-0804-4902-A15A-3FA209EB6C6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8353E167-0804-4902-A15A-3FA209EB6C6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8353E167-0804-4902-A15A-3FA209EB6C6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8353E167-0804-4902-A15A-3FA209EB6C6E}.Release|Any CPU.Build.0 = Release|Any CPU
{BE917425-E4A8-4C51-89BE-8F6DD86A1C00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE917425-E4A8-4C51-89BE-8F6DD86A1C00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE917425-E4A8-4C51-89BE-8F6DD86A1C00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE917425-E4A8-4C51-89BE-8F6DD86A1C00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE