vars/RlsrEngine.ps1



[PSCustomObject] @{
    RootPath  = "$( Split-Path -Path $PSScriptRoot -Parent )"
    Tasks     = @{}
    Projects  = @()
    Errors = @()
}