- Replace Go (Kratos/Wire/Watermill) implementation with .NET 10 solution - Add FileSystem.slnx, Directory.Build.props and ABP module structure - Keep Docker/Jenkins/docker-compose deployment artifacts - This drops all Go sources (cmd/, internal/, api/proto) in favor of src/
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/FileSystem.Api/FileSystem.Api.csproj" />
|
|
<Project Path="src/FileSystem.Application/FileSystem.Application.csproj" />
|
|
<Project Path="src/FileSystem.Domain/FileSystem.Domain.csproj" />
|
|
<Project Path="src/FileSystem.Infrastructure/FileSystem.Infrastructure.csproj" />
|
|
</Folder>
|
|
</Solution>
|