From c8b39771a0dd63717ab73533d6d74bd3c3ce0e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A7=20=E4=BA=8C?= <710521324@qq.com> Date: Tue, 28 Feb 2023 11:03:34 +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 --- 加载dll.sln | 25 +++++++++++++++++++++++++ 加载dll/Program.cs | 11 +++++++++++ 加载dll/加载dll.csproj | 10 ++++++++++ 3 files changed, 46 insertions(+) create mode 100644 加载dll.sln create mode 100644 加载dll/Program.cs create mode 100644 加载dll/加载dll.csproj diff --git a/加载dll.sln b/加载dll.sln new file mode 100644 index 0000000..e147808 --- /dev/null +++ b/加载dll.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.4.33403.182 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "加载dll", "加载dll\加载dll.csproj", "{4E443C0A-8E49-4186-9069-9946B033135E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4E443C0A-8E49-4186-9069-9946B033135E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4E443C0A-8E49-4186-9069-9946B033135E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4E443C0A-8E49-4186-9069-9946B033135E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4E443C0A-8E49-4186-9069-9946B033135E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A44CAC26-CE49-4B2E-B341-6B57AB9857CE} + EndGlobalSection +EndGlobal diff --git a/加载dll/Program.cs b/加载dll/Program.cs new file mode 100644 index 0000000..636b8de --- /dev/null +++ b/加载dll/Program.cs @@ -0,0 +1,11 @@ +namespace 加载dll +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + + } + } +} \ No newline at end of file diff --git a/加载dll/加载dll.csproj b/加载dll/加载dll.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/加载dll/加载dll.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + +