Summary
Converts assembly references to projects to project references, adding
a build dependency.c
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