target WinExe to hide console window in release mode, move ui exe into resources

This commit is contained in:
LukeFZ
2025-01-25 15:51:33 +01:00
parent 44af299ec3
commit 1b6cf7c776
4 changed files with 12 additions and 9 deletions

View File

@@ -1,15 +1,13 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "todos",
"applicationUrl": "http://localhost:5154",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5154"
}
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}