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