Files
git.stella-ops.org/src/Policy/StellaOps.Policy.min.slnf
master e6094e3b53 fix(project): normalize solution file paths and consolidate Scheduler references
- Normalize path separators in slnf files (forward to backslash)
- Move Scheduler project references from stale src/Scheduler/ to
  correct src/JobEngine/StellaOps.Scheduler.__Libraries/ location
- Remove BOM characters from solution files for consistency
- Fix solution folder labels for Verifier

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 07:52:58 +02:00

13 lines
481 B
Plaintext

{
"solution": {
"path": "StellaOps.Policy.sln",
"projects": [
"__Libraries\\StellaOps.Policy\\StellaOps.Policy.csproj",
"__Tests\\StellaOps.Policy.Tests\\StellaOps.Policy.Tests.csproj",
"..\\\\__Libraries\\StellaOps.DependencyInjection\\StellaOps.DependencyInjection.csproj",
"..\\\\__Libraries\\StellaOps.Configuration\\StellaOps.Configuration.csproj",
"..\\\\__Libraries\\StellaOps.Cryptography\\StellaOps.Cryptography.csproj"
]
}
}