SolutionParserExtensions.

GetAssemblyFilePath(SolutionProject, CustomProjectParserResult) Method

Summary

Gets the output assembly path for a SolutionProject

Syntax

public static FilePath GetAssemblyFilePath(this SolutionProject solutionProject, CustomProjectParserResult project)

Examples

Gets an absolute assembly path for a project
var projects = ParseSolution(new FilePath("test.sln")).GetProjects();
project[0].GetAssemblyFilePath(); 

Parameters

Name Type Description
solutionProject SolutionProject The solutionproject
project CustomProjectParserResult The parsed project

Return Value

Type Description
FilePath The SolutionProject output assembly path