C# Class Bari.Plugins.VsCore.VisualStudio.DefaultProjectPathManagement

Inheritance: IProjectPathManagement
Show file Open project: vigoo/bari

Public Methods

Method Description
GetProjectFile ( Project project ) : SuiteRelativePath

Gets the visual studio project file for a given project

RegisterProjectFile ( Project project, SuiteRelativePath path ) : void

Maps a project file to a project

Method Details

GetProjectFile() public method

Gets the visual studio project file for a given project
public GetProjectFile ( Project project ) : SuiteRelativePath
project Project The project model
return SuiteRelativePath

RegisterProjectFile() public method

Maps a project file to a project
public RegisterProjectFile ( Project project, SuiteRelativePath path ) : void
project Project The project model
path SuiteRelativePath Suite relative path to the visual studio project file
return void