Migrate to new tribufu project structure

This commit is contained in:
Guilherme Werner 2026-06-21 12:07:08 -03:00
parent be25ee8fe3
commit 6ef2762a64
114 changed files with 35 additions and 26 deletions

View file

@ -1,13 +1,13 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/Tribufu.AspNetCore/Tribufu.AspNetCore.csproj" />
<Project Path="src/Tribufu.ComponentModel/Tribufu.ComponentModel.csproj" />
<Project Path="src/Tribufu.Configuration/Tribufu.Configuration.csproj" />
<Project Path="src/Tribufu.EntityFrameworkCore/Tribufu.EntityFrameworkCore.csproj" />
<Project Path="src/Tribufu.Example/Tribufu.Example.csproj" />
<Project Path="src/Tribufu.Logging/Tribufu.Logging.csproj" />
<Project Path="src/Tribufu.Platform/Tribufu.Platform.csproj" />
<Project Path="src/Tribufu.Serialization/Tribufu.Serialization.csproj" />
<Project Path="src/Tribufu/Tribufu.csproj" />
<Folder Name="/Source/">
<Project Path="Source/Tribufu.AspNetCore/Tribufu.AspNetCore.csproj" />
<Project Path="Source/Tribufu.ComponentModel/Tribufu.ComponentModel.csproj" />
<Project Path="Source/Tribufu.Configuration/Tribufu.Configuration.csproj" />
<Project Path="Source/Tribufu.EntityFrameworkCore/Tribufu.EntityFrameworkCore.csproj" />
<Project Path="Source/Tribufu.Example/Tribufu.Example.csproj" />
<Project Path="Source/Tribufu.Logging/Tribufu.Logging.csproj" />
<Project Path="Source/Tribufu.Platform/Tribufu.Platform.csproj" />
<Project Path="Source/Tribufu.Serialization/Tribufu.Serialization.csproj" />
<Project Path="Source/Tribufu/Tribufu.csproj" />
</Folder>
</Solution>
</Solution>