加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DesignPatternsInCSharp2020.sln 1.93 KB
一键复制 编辑 原始数据 按行查看 历史

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01入门_策略模式", "01入门_策略模式", "{9B210C83-726C-4148-A117-D8548C18D813}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimUDuck", "StrategyPattern\SimUDuck\SimUDuck.csproj", "{6F355226-D576-4230-860D-8E77F72C4027}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Character", "Character\Character.csproj", "{696CA6E7-7872-4979-B9CC-31A20E46C2E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F355226-D576-4230-860D-8E77F72C4027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F355226-D576-4230-860D-8E77F72C4027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F355226-D576-4230-860D-8E77F72C4027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F355226-D576-4230-860D-8E77F72C4027}.Release|Any CPU.Build.0 = Release|Any CPU
{696CA6E7-7872-4979-B9CC-31A20E46C2E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696CA6E7-7872-4979-B9CC-31A20E46C2E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696CA6E7-7872-4979-B9CC-31A20E46C2E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{696CA6E7-7872-4979-B9CC-31A20E46C2E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F355226-D576-4230-860D-8E77F72C4027} = {9B210C83-726C-4148-A117-D8548C18D813}
{696CA6E7-7872-4979-B9CC-31A20E46C2E4} = {9B210C83-726C-4148-A117-D8548C18D813}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9157C9C0-9442-4534-8E47-9FF1D83CF7E2}
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化