Files
mROA/mROA.Codegen/Properties/launchSettings.json

9 lines
243 B
JSON

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