Initial commit: Nix WSL Wrapper project with DDD, Clean Code, and tests

This commit is contained in:
Marek Novák
2026-07-01 02:04:43 +02:00
commit 161eb7d387
22 changed files with 932 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/NixWslWrapper.Cli/NixWslWrapper.Cli.csproj" />
<Project Path="src/NixWslWrapper.Core/NixWslWrapper.Core.csproj" />
<Project Path="src/NixWslWrapper.Infrastructure/NixWslWrapper.Infrastructure.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/NixWslWrapper.Tests/NixWslWrapper.Tests.csproj" />
</Folder>
</Solution>