Files
NebulaLauncher/Nebula.SourceGenerators/Properties/launchSettings.json
2025-01-14 22:10:16 +03:00

9 lines
240 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"DebugRoslynSourceGenerator": {
"commandName": "DebugRoslynComponent",
"targetProject": "../Nebula.Shared/Nebula.Shared.csproj"
}
}
}