mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 16:14:28 +08:00
22 lines
658 B
JSON
22 lines
658 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"LanMountainDesktop (Direct)": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"LanMountainDesktop (via Launcher)": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(SolutionDir)LanMountainDesktop.Launcher\\bin\\$(Configuration)\\net10.0\\LanMountainDesktop.Launcher.exe",
|
|
"commandLineArgs": "launch",
|
|
"workingDirectory": "$(SolutionDir)",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|