NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.FixProjectReferences Method 

[This is preliminary documentation and subject to change.]

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 String, _
   ByVal builtProjects As Hashtable, _
   ByVal failedProjects As Hashtable _
) As Boolean
[C#]
protected bool FixProjectReferences(
   ProjectBase project,
   string 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.

Return Value

Missing <returns> documentation for M:NAnt.VSNet.SolutionBase.FixProjectReferences(NAnt.VSNet.ProjectBase,System.String,System.Collections.Hashtable,System.Collections.Hashtable)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.SolutionBase.FixProjectReferences(NAnt.VSNet.ProjectBase,System.String,System.Collections.Hashtable,System.Collections.Hashtable)

See Also

SolutionBase Class | NAnt.VSNet Namespace