From d355e53c3d735a90b91bc2250831bdfc0937a00c Mon Sep 17 00:00:00 2001 From: zpc Date: Tue, 11 Jun 2024 17:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClassLibrary1/Class1.cs | 9 +++++++++ ClassLibrary1/ClassLibrary1.csproj | 8 ++++++++ HuanMengProject.sln | 25 +++++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 ClassLibrary1/Class1.cs create mode 100644 ClassLibrary1/ClassLibrary1.csproj create mode 100644 HuanMengProject.sln diff --git a/ClassLibrary1/Class1.cs b/ClassLibrary1/Class1.cs new file mode 100644 index 0000000..1c618bc --- /dev/null +++ b/ClassLibrary1/Class1.cs @@ -0,0 +1,9 @@ +using System; + +namespace ClassLibrary1 +{ + public class Class1 + { + + } +} diff --git a/ClassLibrary1/ClassLibrary1.csproj b/ClassLibrary1/ClassLibrary1.csproj new file mode 100644 index 0000000..b4b43f4 --- /dev/null +++ b/ClassLibrary1/ClassLibrary1.csproj @@ -0,0 +1,8 @@ + + + + netstandard2.1 + enable + + + diff --git a/HuanMengProject.sln b/HuanMengProject.sln new file mode 100644 index 0000000..50c171e --- /dev/null +++ b/HuanMengProject.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.34916.146 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{00597C73-22E6-435E-B6D2-688177A703DC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {00597C73-22E6-435E-B6D2-688177A703DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {00597C73-22E6-435E-B6D2-688177A703DC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {00597C73-22E6-435E-B6D2-688177A703DC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {00597C73-22E6-435E-B6D2-688177A703DC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4A1DC406-AFAA-4884-859C-51B9B26E37FC} + EndGlobalSection +EndGlobal