true
$(SolutionPath)
$(NCrunchOriginalSolutionPath)
$([System.IO.File]::ReadAllText($(TheSolutionPath)))
$([System.IO.Path]::GetDirectoryName( $(TheSolutionPath) ))
(?<="[PackageName]", ")(.*)(?=", ")
%(Identity)
$(SolutionFileContent.Contains('\%(Identity).csproj'))
$(RegexPattern.Replace('[PackageName]','%(PackageName)') )
$([System.Text.RegularExpressions.Regex]::Match('$(SolutionFileContent)', '%(Pattern)'))