blob: 36405e8e0d0e421bde11f38e3cdfbf283925cdfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Default": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
}
},
"Development": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"AVALONIA_THEME": "Dark"
}
},
"Local config": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Local"
}
}
}
}
|