C# Класс NAnt.VSNet.VCProjectProvider

Наследование: IProjectBuildProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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 SolutionBase
projectPath string
xmlDefinition System.Xml.XmlElement
solutionTask NAnt.VSNet.Tasks.SolutionTask
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
refResolver ReferencesResolver
outputDir System.IO.DirectoryInfo
Результат 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