Skip to content

Commit

Permalink
Add launchSettings.json for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKaminski committed May 15, 2024
1 parent 0375d1a commit b77807e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Aero/Aero.Gen/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Generators": {
"commandName": "DebugRoslynComponent",
"targetProject": "../Aero.UnitTests/Aero.UnitTests.csproj"
}
}
}

0 comments on commit b77807e

Please sign in to comment.