C# Class NuGet.Common.ProjectHelper

Show file Open project: monoman/NugetCracker

Public Methods

Method Description
GetSolutionDir ( string projectDirectory ) : string
TryGetProjectFile ( string &projectFile ) : bool
TryGetProjectFile ( string directory, string &projectFile ) : bool

Private Methods

Method Description
SolutionFileExists ( string path ) : bool

Method Details

GetSolutionDir() public static method

public static GetSolutionDir ( string projectDirectory ) : string
projectDirectory string
return string

TryGetProjectFile() public static method

public static TryGetProjectFile ( string &projectFile ) : bool
projectFile string
return bool

TryGetProjectFile() public static method

public static TryGetProjectFile ( string directory, string &projectFile ) : bool
directory string
projectFile string
return bool