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 + + +