blark.solution.projects_from_solution_source

blark.solution.projects_from_solution_source(solution_source: str | bytes, root: Path, encoding: str = 'utf-8') Generator[Project, None, None][source]

Find project filenames from the contents of a solution.

Parameters:
solution_sourcestr

The solution (.sln) file source.

rootpathlib.Path

The root path to look for project files.