mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 02:39:03 +00:00
18 lines
647 B
Plaintext
18 lines
647 B
Plaintext
<Solution>
|
|
<Folder Name="/API/">
|
|
<Project Path="API/API.Core/API.Core.csproj" />
|
|
<Project Path="API/API.Specs/API.Specs.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Database/">
|
|
<Project Path="Database/Database.Migrations/Database.Migrations.csproj" />
|
|
<Project Path="Database/Database.Seed/Database.Seed.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Repository/">
|
|
<Project Path="Repository/Repository.Core/Repository.Core.csproj" />
|
|
<Project Path="Repository/Repository.Tests/Repository.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Service/">
|
|
<Project Path="Service/Service.Core/Service.Core.csproj" />
|
|
</Folder>
|
|
</Solution>
|