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>
This commit is contained in:
master
2026-03-09 07:52:58 +02:00
parent 69923b648c
commit e6094e3b53
9 changed files with 33 additions and 33 deletions

View File

@@ -2,11 +2,11 @@
"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"
"__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"
]
}
}