Files
Nocturnis.Generators/Properties/launchSettings.json
2024-07-11 11:21:29 +01:00

9 lines
233 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"DebugRoslynSourceGenerator": {
"commandName": "DebugRoslynComponent",
"targetProject": "../Nocturnis/Nocturnis.csproj"
}
}
}