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

@@ -1,10 +1,10 @@
{
"solution": {
"path": "../../concelier-webservice.slnf",
"path": "..\\StellaOps.Telemetry.sln",
"projects": [
"src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj",
"src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj",
"src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj"
"StellaOps.Telemetry.Core\\StellaOps.Telemetry.Core\\StellaOps.Telemetry.Core.csproj",
"StellaOps.Telemetry.Core\\StellaOps.Telemetry.Core.Tests\\StellaOps.Telemetry.Core.Tests.csproj",
"..\\AirGap\\StellaOps.AirGap.Policy\\StellaOps.AirGap.Policy\\StellaOps.AirGap.Policy.csproj"
]
}
}