From f970612e543dbb7f37e567413341f9bf3cc7daf2 Mon Sep 17 00:00:00 2001 From: Gabriel Lima <44784408+gablm@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:59:06 +0000 Subject: [PATCH] Add profile for DNA to launch settings --- PluginTest/Properties/launchSettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PluginTest/Properties/launchSettings.json b/PluginTest/Properties/launchSettings.json index 548bb82..b07631c 100644 --- a/PluginTest/Properties/launchSettings.json +++ b/PluginTest/Properties/launchSettings.json @@ -9,6 +9,11 @@ "commandName": "Project", "commandLineArgs": "NoWait \"H:\\myGit\\Hi3Helper.Plugin.HBR\\Hi3Helper.Plugin.HBR\\publish\\Debug\\main.dll\"", "nativeDebugging": true + }, + "PluginTest - DNA": { + "commandName": "Project", + "commandLineArgs": "NoWait \"D:\\GitHub\\Hi3Helper.Plugin.DNA\\Hi3Helper.Plugin.DNA\\publish\\Debug\\DNAbyss.dll\"", + "nativeDebugging": true } } } \ No newline at end of file