Files
PoyoLang/PoyoLang.Translator.SourceGenerator/Properties/launchSettings.json
2025-05-16 11:27:16 +02:00

10 lines
247 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"PoyoLang.Translator.SourceGenerator": {
"commandName": "DebugRoslynComponent",
"targetProject": "../PoyoLang.Test/PoyoLang.Test.csproj"
}
}
}