Files
Asegasa.NET/WSAsegasa/Properties/launchSettings.json
2025-09-15 14:04:25 +02:00

13 lines
265 B
JSON

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