file-system/FileSystem.slnx
向宁 df8f1e4cb7 refactor: rewrite file-system from Go to .NET 10 / ABP modular
- 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/
2026-06-14 15:02:59 +08:00

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>