NAnt SDK Documentation - v0.92

SolutionBase.FixProjectReferences Method 

Converts assembly references to projects to project references, adding a build dependency.c

[Visual Basic]
Protected Function FixProjectReferences( _
   ByVal project As ProjectBase, _
   ByVal solutionConfiguration As Configuration, _
   ByVal builtProjects As Hashtable, _
   ByVal failedProjects As Hashtable _
) As Boolean
[C#]
protected bool FixProjectReferences(
   ProjectBase project,
   Configuration solutionConfiguration,
   Hashtable builtProjects,
   Hashtable failedProjects
);

Parameters

project
The ProjectBase to analyze.
solutionConfiguration
The solution configuration that is built.
builtProjects
Hashtable containing list of projects that have been built.
failedProjects
Hashtable containing list of projects that failed to build.

See Also

SolutionBase Class | NAnt.VSNet Namespace