JSharpProject.

JSharpProject(SolutionBase, string, XmlElement, SolutionTask, TempFileCollection, GacCache, ReferencesResolver, DirectoryInfo) Constructor

Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
JSharpProject

Syntax

public JSharpProject(SolutionBase solution, string projectPath, XmlElement xmlDefinition, SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir)

Parameters

Name Type Description
solution SolutionBase
projectPath string
xmlDefinition XmlElement
solutionTask SolutionTask
tfc TempFileCollection
gacCache GacCache
refResolver ReferencesResolver
outputDir DirectoryInfo

Return Value

Type Description
void