Files
Alchegos.Reviewer/Properties/launchSettings.json
2025-03-09 11:51:30 +00:00

13 lines
274 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Alchegos.Reviewer": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}