From ff33b25ef1d83dc0b08a77d1342a4acc55cb71c1 Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Mon, 1 Dec 2025 11:29:37 +0100 Subject: [PATCH] - add debug launch settings --- .../Properties/launchSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LightweightIocContainer.FactoryGenerator/Properties/launchSettings.json diff --git a/LightweightIocContainer.FactoryGenerator/Properties/launchSettings.json b/LightweightIocContainer.FactoryGenerator/Properties/launchSettings.json new file mode 100644 index 0000000..534c373 --- /dev/null +++ b/LightweightIocContainer.FactoryGenerator/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "DebugRoslynSourceGenerator": { + "commandName": "DebugRoslynComponent", + "targetProject": "../Debug.LightweightIocContainer.FactoryGenerator/Debug.LightweightIocContainer.FactoryGenerator.csproj" + } + } +} \ No newline at end of file