C# Class NAnt.VSNet.ManagedProjectReference

Inheritance: ProjectReferenceBase
ファイルを表示 Open project: skolima/NAnt

Public Methods

Method Description
IsManaged ( NAnt.VSNet.Configuration solutionConfiguration ) : bool

Gets a value indicating whether the reference is managed for the specified configuration.

ManagedProjectReference ( ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate ) : System
ManagedProjectReference ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, SolutionBase solution, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir ) : System

Method Details

IsManaged() public method

Gets a value indicating whether the reference is managed for the specified configuration.
public IsManaged ( NAnt.VSNet.Configuration solutionConfiguration ) : bool
solutionConfiguration NAnt.VSNet.Configuration The solution configuration that is built.
return bool

ManagedProjectReference() public method

public ManagedProjectReference ( ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate ) : System
project ProjectBase
parent ProjectBase
isPrivateSpecified bool
isPrivate bool
return System

ManagedProjectReference() public method

public ManagedProjectReference ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, SolutionBase solution, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir ) : System
xmlDefinition System.Xml.XmlElement
referencesResolver ReferencesResolver
parent ProjectBase
solution SolutionBase
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
outputDir System.IO.DirectoryInfo
return System