C# Class NAnt.MSBuild.MSBuildProjectReference

Inheritance: NAnt.VSNet.ProjectReferenceBase
显示文件 Open project: skolima/NAnt Class Usage Examples

Public Methods

Method Description
IsManaged ( NAnt.VSNet.Configuration solutionConfiguration ) : bool
MSBuildProjectReference ( ReferencesResolver referencesResolver, ProjectBase parent, ProjectBase project, bool isPrivateSpecified, bool isPrivate ) : System
MSBuildProjectReference ( ReferencesResolver referencesResolver, ProjectBase parent, SolutionBase solution, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir, string pguid, string pname, string rpath, string priv ) : System

Method Details

IsManaged() public method

public IsManaged ( NAnt.VSNet.Configuration solutionConfiguration ) : bool
solutionConfiguration NAnt.VSNet.Configuration
return bool

MSBuildProjectReference() public method

public MSBuildProjectReference ( ReferencesResolver referencesResolver, ProjectBase parent, ProjectBase project, bool isPrivateSpecified, bool isPrivate ) : System
referencesResolver NAnt.VSNet.ReferencesResolver
parent NAnt.VSNet.ProjectBase
project NAnt.VSNet.ProjectBase
isPrivateSpecified bool
isPrivate bool
return System

MSBuildProjectReference() public method

public MSBuildProjectReference ( ReferencesResolver referencesResolver, ProjectBase parent, SolutionBase solution, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir, string pguid, string pname, string rpath, string priv ) : System
referencesResolver NAnt.VSNet.ReferencesResolver
parent NAnt.VSNet.ProjectBase
solution NAnt.VSNet.SolutionBase
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
outputDir System.IO.DirectoryInfo
pguid string
pname string
rpath string
priv string
return System