Method | Description | |
---|---|---|
Compile ( NAnt.VSNet.Configuration solutionConfiguration ) : bool | ||
GetProjectFileFromGuid ( string projectGuid ) : string |
Gets the project file of the project with the given unique identifier.
|
|
GetProjectFromGuid ( string projectGuid ) : |
||
RecursiveLoadTemplateProject ( string fileName ) : void |
Method | Description | |
---|---|---|
CreateProjectDoesNotExistException ( string projectPath ) : |
||
FixProjectReferences ( |
Converts assembly references to projects to project references, adding a build dependency.c
|
|
GetDependenciesFromProjects ( NAnt.VSNet.Configuration solutionConfiguration ) : void | ||
LoadProjectGuids ( |
||
LoadProjects ( |
Loads the projects from the file system and stores them in an instance variable.
|
|
Log ( Level messageLevel, string message ) : void |
Logs a message with the given priority. The actual logging is delegated to the underlying task. |
|
SetProjectBuildConfiguration ( NAnt.VSNet.ProjectEntry projectEntry ) : void | ||
SolutionBase ( NAnt.VSNet.Tasks.SolutionTask solutionTask, |
||
TranslateProjectPath ( string solutionDir, string projectPath ) : string |
Translates a project path, in the form of a relative file path or a URL, to an absolute file path.
|
Method | Description | |
---|---|---|
FindGuidFromPath ( string projectPath ) : string | ||
HasDirtyProjectDependency ( |
Determines whether any of the project dependencies of the specified project still needs to be built.
|
|
SolutionBase ( |
public Compile ( NAnt.VSNet.Configuration solutionConfiguration ) : bool | ||
solutionConfiguration | NAnt.VSNet.Configuration | |
return | bool |
protected CreateProjectDoesNotExistException ( string projectPath ) : |
||
projectPath | string | |
return |
protected FixProjectReferences ( |
||
project | The |
|
solutionConfiguration | NAnt.VSNet.Configuration | The solution configuration that is built. |
builtProjects | ||
failedProjects | ||
return | bool |
protected GetDependenciesFromProjects ( NAnt.VSNet.Configuration solutionConfiguration ) : void | ||
solutionConfiguration | NAnt.VSNet.Configuration | |
return | void |
public GetProjectFileFromGuid ( string projectGuid ) : string | ||
projectGuid | string | The unique identifier of the project for which the project file should be retrieves. |
return | string |
public GetProjectFromGuid ( string projectGuid ) : |
||
projectGuid | string | |
return |
protected LoadProjectGuids ( |
||
projects | ||
isReferenceProject | bool | |
return | void |
protected LoadProjects ( |
||
gacCache | ||
refResolver | ||
explicitProjectDependencies | TODO | |
return | void |
protected Log ( Level messageLevel, string message ) : void | ||
messageLevel | Level | The message priority at which the specified message is to be logged. |
message | string | The message to be logged. |
return | void |
public RecursiveLoadTemplateProject ( string fileName ) : void | ||
fileName | string | |
return | void |
protected SetProjectBuildConfiguration ( NAnt.VSNet.ProjectEntry projectEntry ) : void | ||
projectEntry | NAnt.VSNet.ProjectEntry | |
return | void |
protected SolutionBase ( NAnt.VSNet.Tasks.SolutionTask solutionTask, |
||
solutionTask | NAnt.VSNet.Tasks.SolutionTask | |
tfc | ||
gacCache | ||
refResolver | ||
return | System |
protected TranslateProjectPath ( string solutionDir, string projectPath ) : string | ||
solutionDir | string | The directory of the solution. |
projectPath | string | The project path to translate to an absolute file path. |
return | string |