C# 클래스 NAnt.MSBuild.MSBuildProjectReference

상속: NAnt.VSNet.ProjectReferenceBase
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

IsManaged() 공개 메소드

public IsManaged ( NAnt.VSNet.Configuration solutionConfiguration ) : bool
solutionConfiguration NAnt.VSNet.Configuration
리턴 bool

MSBuildProjectReference() 공개 메소드

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
리턴 System

MSBuildProjectReference() 공개 메소드

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
리턴 System