From d13d2121fd3b740f6202607fbcb31b0eec3c59f8 Mon Sep 17 00:00:00 2001 From: uu Date: Mon, 9 Jun 2025 10:20:10 +0800 Subject: [PATCH] third commit --- HitBotCSharpDemo.sln | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 HitBotCSharpDemo.sln diff --git a/HitBotCSharpDemo.sln b/HitBotCSharpDemo.sln new file mode 100644 index 0000000..63c0e90 --- /dev/null +++ b/HitBotCSharpDemo.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1738 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpDemo", "HitBotCSharpDemo\CSharpDemo.csproj", "{1793BD51-AF57-4B89-8150-5F9E3392B58F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Debug|x64.ActiveCfg = Debug|x64 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Debug|x64.Build.0 = Debug|x64 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Debug|x86.ActiveCfg = Debug|x86 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Debug|x86.Build.0 = Debug|x86 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Release|Any CPU.Build.0 = Release|Any CPU + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Release|x64.ActiveCfg = Release|x64 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Release|x64.Build.0 = Release|x64 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Release|x86.ActiveCfg = Release|x86 + {1793BD51-AF57-4B89-8150-5F9E3392B58F}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E66C5611-3C02-4B35-A88A-45E238DB1A2A} + EndGlobalSection +EndGlobal