50 lines
3.2 KiB
Plaintext
50 lines
3.2 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.14.36202.13
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{B02A4395-F066-4E9C-96EB-C3A8244711A8}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson10_封装-运算符重载练习", "Lesson10_封装-运算符重载\Lesson10_封装-运算符重载练习.csproj", "{0AF1A6D3-2B1A-4F58-91A1-9E71CD4C7289}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson10_封装-运算符重载", "Lesson10_封装-运算符重载联系\Lesson10_封装-运算符重载.csproj", "{DEE2177C-8552-488D-A36A-A47B8547580D}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson11_内部类和分部类", "Lesson11_内部类和分部类\Lesson11_内部类和分部类.csproj", "{51A60C77-3609-42BD-B0D9-83E1B61B6E69}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lesson12_继承-继承的基本概念练习", "Lesson12_继承_继承的基本概念练习\Lesson12_继承-继承的基本概念练习.csproj", "{DD7B30CE-773B-4752-9703-D0D5E6E4F376}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{B02A4395-F066-4E9C-96EB-C3A8244711A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{B02A4395-F066-4E9C-96EB-C3A8244711A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{B02A4395-F066-4E9C-96EB-C3A8244711A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{B02A4395-F066-4E9C-96EB-C3A8244711A8}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{0AF1A6D3-2B1A-4F58-91A1-9E71CD4C7289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{0AF1A6D3-2B1A-4F58-91A1-9E71CD4C7289}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{0AF1A6D3-2B1A-4F58-91A1-9E71CD4C7289}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{0AF1A6D3-2B1A-4F58-91A1-9E71CD4C7289}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{DEE2177C-8552-488D-A36A-A47B8547580D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{DEE2177C-8552-488D-A36A-A47B8547580D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{DEE2177C-8552-488D-A36A-A47B8547580D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{DEE2177C-8552-488D-A36A-A47B8547580D}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{51A60C77-3609-42BD-B0D9-83E1B61B6E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{51A60C77-3609-42BD-B0D9-83E1B61B6E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{51A60C77-3609-42BD-B0D9-83E1B61B6E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{51A60C77-3609-42BD-B0D9-83E1B61B6E69}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{DD7B30CE-773B-4752-9703-D0D5E6E4F376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{DD7B30CE-773B-4752-9703-D0D5E6E4F376}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{DD7B30CE-773B-4752-9703-D0D5E6E4F376}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{DD7B30CE-773B-4752-9703-D0D5E6E4F376}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {9DF28788-E99D-4F28-8968-F7C213A855D1}
|
|
EndGlobalSection
|
|
EndGlobal
|