chore: phase 1 — add Core, Abstractions, App, Tests projects

This commit is contained in:
Erik 2026-04-10 09:22:33 +02:00
parent 84c76ba6aa
commit caf57cca3e
9 changed files with 97 additions and 0 deletions

View file

@ -1,5 +1,11 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/AcDream.App/AcDream.App.csproj" />
<Project Path="src/AcDream.Cli/AcDream.Cli.csproj" />
<Project Path="src/AcDream.Core/AcDream.Core.csproj" />
<Project Path="src/AcDream.Plugin.Abstractions/AcDream.Plugin.Abstractions.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/AcDream.Core.Tests/AcDream.Core.Tests.csproj" />
</Folder>
</Solution>