C# Class NAnt.VSNet.GenericSolution

Supports grouping of individual projects, and treating them as a solution.
Inheritance: SolutionBase
ファイルを表示 Open project: skolima/NAnt

Public Methods

Method Description
GenericSolution ( NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver ) : System

Method Details

GenericSolution() public method

public GenericSolution ( NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver ) : System
solutionTask NAnt.VSNet.Tasks.SolutionTask
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
refResolver ReferencesResolver
return System