Start on an Avalonia Ui.

This commit is contained in:
2026-01-15 07:31:18 +01:00
parent 88f8cf76ef
commit 79ba1e1b44
45 changed files with 2520 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"profiles": {
"gamenight.ui.Browser": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7169;http://localhost:5235",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}