Files
Polonium.Generators/Properties/launchSettings.json
hzhang 2812d98d15 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Polonium.Generators.csproj
2025-02-06 01:43:35 +00:00

9 lines
260 B
JSON

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