initial project, implement binary format of display

This commit is contained in:
Vinzenz Schroeter 2024-04-06 13:46:34 +02:00
commit ea7f12b0c2
18 changed files with 430 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}