- 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
445 B
Plaintext
11 lines
445 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Furniture.Bff.Contracts/Furniture.Bff.Contracts.csproj" />
|
|
<Project Path="src/Furniture.Bff.Application/Furniture.Bff.Application.csproj" />
|
|
<Project Path="src/Furniture.Bff.Rest/Furniture.Bff.Rest.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/Furniture.Bff.Application.UnitTests/Furniture.Bff.Application.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|