C# 클래스 NAnt.MSBuild.MSBuildProjectProvider

상속: IProjectBuildProvider
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
GetInstance ( SolutionBase solution, string projectPath, XmlElement xmlDefinition, NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir ) : ProjectBase
IsSupported ( string projectExt, XmlElement xmlDefinition ) : int
LoadGuid ( XmlElement xmlDefinition ) : string

메소드 상세

GetInstance() 공개 메소드

public GetInstance ( SolutionBase solution, string projectPath, XmlElement xmlDefinition, NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir ) : ProjectBase
solution NAnt.VSNet.SolutionBase
projectPath string
xmlDefinition System.Xml.XmlElement
solutionTask NAnt.VSNet.Tasks.SolutionTask
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
refResolver NAnt.VSNet.ReferencesResolver
outputDir System.IO.DirectoryInfo
리턴 NAnt.VSNet.ProjectBase

IsSupported() 공개 메소드

public IsSupported ( string projectExt, XmlElement xmlDefinition ) : int
projectExt string
xmlDefinition System.Xml.XmlElement
리턴 int

LoadGuid() 공개 메소드

public LoadGuid ( XmlElement xmlDefinition ) : string
xmlDefinition System.Xml.XmlElement
리턴 string