- 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
21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Core.Blueprint.Common/Core.Blueprint.Common.csproj" />
|
|
<Project Path="src/Core.Blueprint.KeyVault/Core.Blueprint.KeyVault.csproj" />
|
|
<Project Path="src/Core.Blueprint.Logging/Core.Blueprint.Logging.csproj" />
|
|
<Project Path="src/Core.Blueprint.Mongo/Core.Blueprint.Mongo.csproj" />
|
|
<Project Path="src/Core.Blueprint.Redis/Core.Blueprint.Redis.csproj" />
|
|
<Project Path="src/Core.Blueprint.SQLServer/Core.Blueprint.SQLServer.csproj" />
|
|
<Project Path="src/Core.Blueprint.Storage/Core.Blueprint.Storage.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/Core.Blueprint.Common.UnitTests/Core.Blueprint.Common.UnitTests.csproj" />
|
|
<Project Path="tests/Core.Blueprint.KeyVault.UnitTests/Core.Blueprint.KeyVault.UnitTests.csproj" />
|
|
<Project Path="tests/Core.Blueprint.Logging.UnitTests/Core.Blueprint.Logging.UnitTests.csproj" />
|
|
<Project Path="tests/Core.Blueprint.Mongo.UnitTests/Core.Blueprint.Mongo.UnitTests.csproj" />
|
|
<Project Path="tests/Core.Blueprint.Redis.UnitTests/Core.Blueprint.Redis.UnitTests.csproj" />
|
|
<Project Path="tests/Core.Blueprint.SQLServer.UnitTests/Core.Blueprint.SQLServer.UnitTests.csproj" />
|
|
<Project Path="tests/Core.Blueprint.Storage.UnitTests/Core.Blueprint.Storage.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|