mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
30 lines
830 B
JSON
30 lines
830 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"Launcher (Launch Mode)": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "launch",
|
|
"workingDirectory": "$(SolutionDir)",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Launcher (Update Check)": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "update check",
|
|
"workingDirectory": "$(SolutionDir)",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Launcher (Plugin Install)": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "plugin install <path-to-plugin.laapp>",
|
|
"workingDirectory": "$(SolutionDir)",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|