Summary
Loads the projects from the file system and stores them in an
instance variable.
Syntax
protected void LoadProjects(GacCache gacCache, ReferencesResolver refResolver, Hashtable explicitProjectDependencies)
Parameters
Name |
Type |
Description |
gacCache |
GacCache |
NAnt.Core.Util.GacCache instance to use to determine whether an assembly is located in the Global Assembly Cache. |
refResolver |
ReferencesResolver |
NAnt.VSNet.ReferencesResolver instance to use to determine location and references of assemblies. |
explicitProjectDependencies |
Hashtable |
TODO |
Return Value