C# Класс NAnt.MSBuild.MSBuildProjectReference

Наследование: NAnt.VSNet.ProjectReferenceBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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