chore: initial project structure and root configuration
Adds root-level config files: solution (.slnx), NuGet, global.json, Docker Compose files for all services (API, dashboard, website, finder, admin), environment example, and developer documentation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<Solution>
|
||||
<Folder Name="/src/">
|
||||
<Project Path="src/Meezi.API/Meezi.API.csproj" />
|
||||
<Project Path="src/Meezi.Core/Meezi.Core.csproj" />
|
||||
<Project Path="src/Meezi.Infrastructure/Meezi.Infrastructure.csproj" />
|
||||
<Project Path="src/Meezi.Shared/Meezi.Shared.csproj" />
|
||||
</Folder>
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user