- WHY: establish Stage 3 task-001 execution baseline per repo intent - WHAT: add minimal solution/project skeleton and boundary docs - RULE: apply stage3 execution runtime and repository workflow directives
11 lines
477 B
Plaintext
11 lines
477 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Thalos.Service.Identity.Abstractions/Thalos.Service.Identity.Abstractions.csproj" />
|
|
<Project Path="src/Thalos.Service.Application/Thalos.Service.Application.csproj" />
|
|
<Project Path="src/Thalos.Service.Grpc/Thalos.Service.Grpc.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/Thalos.Service.Application.UnitTests/Thalos.Service.Application.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|