chore(udt-001): repo scaffold with central package management

This commit is contained in:
2026-04-13 21:35:51 -03:00
parent 376373a801
commit c666729685
3 changed files with 79 additions and 0 deletions

14
SIGCM2.slnx Normal file
View File

@@ -0,0 +1,14 @@
<Solution>
<Folder Name="/src/" />
<Folder Name="/src/api/">
<Project Path="src/api/SIGCM2.Api/SIGCM2.Api.csproj" />
<Project Path="src/api/SIGCM2.Application/SIGCM2.Application.csproj" />
<Project Path="src/api/SIGCM2.Domain/SIGCM2.Domain.csproj" />
<Project Path="src/api/SIGCM2.Infrastructure/SIGCM2.Infrastructure.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SIGCM2.Api.Tests/SIGCM2.Api.Tests.csproj" />
<Project Path="tests/SIGCM2.Application.Tests/SIGCM2.Application.Tests.csproj" />
<Project Path="tests/SIGCM2.TestSupport/SIGCM2.TestSupport.csproj" />
</Folder>
</Solution>