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:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user