diff --git a/Aero/Aero.Gen/Properties/launchSettings.json b/Aero/Aero.Gen/Properties/launchSettings.json new file mode 100644 index 0000000..1984bf7 --- /dev/null +++ b/Aero/Aero.Gen/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "Generators": { + "commandName": "DebugRoslynComponent", + "targetProject": "../Aero.UnitTests/Aero.UnitTests.csproj" + } + } +}