SolutionBase.

FixProjectReferences(ProjectBase, Configuration, Hashtable, Hashtable) Method

Summary

Converts assembly references to projects to project references, adding a build dependency.c
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
SolutionBase

Syntax

protected bool FixProjectReferences(ProjectBase project, Configuration solutionConfiguration, Hashtable builtProjects, Hashtable failedProjects)

Parameters

Name Type Description
project ProjectBase The NAnt.VSNet.ProjectBase to analyze.
solutionConfiguration Configuration The solution configuration that is built.
builtProjects Hashtable System.Collections.Hashtable containing list of projects that have been built.
failedProjects Hashtable System.Collections.Hashtable containing list of projects that failed to build.

Return Value

Type Description
bool