Files
Polonium.Generators/Properties/launchSettings.json
2025-02-22 03:56:27 +00:00

9 lines
257 B
JSON

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