modernization + PostIt

This commit is contained in:
Paul Schneider 2026-05-29 01:29:36 +01:00
commit 71c4f5022c
46 changed files with 808 additions and 80 deletions

7
.vscode/launch.json vendored
View file

@ -63,6 +63,13 @@
"order": 1
}
},
{
"name": "PostIt",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/src/PostIt/PostIt.Desktop/PostIt.Desktop.csproj",
}
]
}