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

Inheritance: IProjectPathManagement
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode 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 méthode

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

RegisterProjectFile() public méthode

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
Résultat void