Rename Public -> App

This commit is contained in:
2026-02-17 22:00:59 +02:00
parent 13ca568244
commit 46bdad7296
13 changed files with 6 additions and 6 deletions

6
.vscode/launch.json vendored
View File

@@ -5,11 +5,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "C#: Debug Public API",
"name": "C#: Debug App API",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build Public API",
"program": "${workspaceFolder}/api/Public/bin/Debug/net10.0/Public.dll",
"preLaunchTask": "build App API",
"program": "${workspaceFolder}/api/Public/bin/Debug/net10.0/App.dll",
"args": [],
"cwd": "${workspaceFolder}/api/Public",
"stopAtEntry": false,