Update README with project details and setup instructions; add data directories to .gitignore

This commit is contained in:
Leonid Pershin
2026-08-16 17:09:16 +03:00
parent 9d09d6e97f
commit 8460921bfa
73 changed files with 6978 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/TheLivingWorld.Api/TheLivingWorld.Api.csproj" />
<Project Path="src/TheLivingWorld.AppHost/TheLivingWorld.AppHost.csproj" />
<Project Path="src/TheLivingWorld.Core/TheLivingWorld.Core.csproj" />
<Project Path="src/TheLivingWorld.Osm/TheLivingWorld.Osm.csproj" />
<Project Path="src/TheLivingWorld.ServiceDefaults/TheLivingWorld.ServiceDefaults.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/TheLivingWorld.Tests/TheLivingWorld.Tests.csproj" />
</Folder>
</Solution>