uscheduler/src/UScheduler/Properties/launchSettings.json
Maksym Sadovnychyy 6d996ae3c8 Add project files.
2023-12-27 00:46:41 +01:00

13 lines
266 B
JSON

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