feat: scaffold backend and shared library

This commit is contained in:
Andre Beging
2026-01-29 10:17:16 +01:00
commit b6ce21b1b8
15 changed files with 763 additions and 0 deletions

7
ASTRAIN.slnx Normal file
View File

@@ -0,0 +1,7 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/ASTRAIN.Api/ASTRAIN.Api.csproj" />
<Project Path="src/ASTRAIN.Client/ASTRAIN.Client.csproj" />
<Project Path="src/ASTRAIN.Shared/ASTRAIN.Shared.csproj" />
</Folder>
</Solution>