ProjectBase.

ProjectBase(XmlElement, SolutionTask, TempFileCollection, GacCache, ReferencesResolver, DirectoryInfo) Constructor

Summary

Initializes a new instance of the NAnt.VSNet.ProjectBase class.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectBase

Syntax

protected ProjectBase(XmlElement xmlDefinition, SolutionTask solutionTask, TempFileCollection temporaryFiles, GacCache gacCache, ReferencesResolver referencesResolver, DirectoryInfo outputDir)

Parameters

Name Type Description
xmlDefinition XmlElement
solutionTask SolutionTask
temporaryFiles TempFileCollection
gacCache GacCache
referencesResolver ReferencesResolver
outputDir DirectoryInfo

Return Value

Type Description
void