models/library/VariableProjectReference.ps1

class ProjectReference {
    [string] $id
    [string] $name
}