- 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
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Thalos.DAL/Thalos.DAL.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/Thalos.DAL.UnitTests/Thalos.DAL.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|