From ea5c887d6ed29df489f3bdd89beb13856470de6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=98=E9=9B=85=E7=9A=84=E6=AF=8D=E9=B8=A1?= <710521324@qq.com> Date: Tue, 28 Feb 2023 13:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E7=9A=84=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 加载dll/Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 加载dll/Properties/launchSettings.json diff --git a/加载dll/Properties/launchSettings.json b/加载dll/Properties/launchSettings.json new file mode 100644 index 0000000..7378c2d --- /dev/null +++ b/加载dll/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "加载dll": { + "commandName": "Project", + "commandLineArgs": "你好" + } + } +} \ No newline at end of file