Add solution configuration and tooling

- .gitignore for .NET/Blazor project
- VS Code launch and task configurations
- Solution file (Duempelkas.slnx)
- NuGet configuration
This commit is contained in:
2026-03-31 17:12:25 +02:00
commit 8b09173ccc
5 changed files with 223 additions and 0 deletions

11
Duempelkas.slnx Normal file
View File

@@ -0,0 +1,11 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/Duempelkas.App/Duempelkas.App.csproj" />
<Project Path="src/Duempelkas.Desktop/Duempelkas.Desktop.csproj" />
<Project Path="src/Duempelkas.Domain/Duempelkas.Domain.csproj" />
<Project Path="src/Duempelkas.Infrastructure/Duempelkas.Infrastructure.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Duempelkas.Tests/Duempelkas.Tests.csproj" />
</Folder>
</Solution>