C# Класс Bari.Plugins.VsCore.VisualStudio.ProjectSections.ReferencesSection

.csproj section describing the project's assembly references
Наследование: MSBuildProjectSectionBase
Показать файл Открыть проект

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

Метод Описание
ReferencesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, string sourceSetName, IProjectPathManagement pathManagement, [ targetDir ) : System.Collections.Generic

Initializes the class

Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void

Writes the section using an XML writer

Приватные методы

Метод Описание
IsGACReference ( TargetRelativePath refPath ) : bool
IsSolutionReference ( TargetRelativePath refPath ) : bool
IsValidReference ( TargetRelativePath reference ) : bool

Описание методов

ReferencesSection() публичный Метод

Initializes the class
public ReferencesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, string sourceSetName, IProjectPathManagement pathManagement, [ targetDir ) : System.Collections.Generic
suite Suite Active suite
projectGuidManagement IProjectGuidManagement Project GUID management service
sourceSetName string Source set name
pathManagement IProjectPathManagement Project-projectfile mapping
targetDir [ Target directory where the compiled files will be placed
Результат System.Collections.Generic

Write() публичный Метод

Writes the section using an XML writer
public Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void
writer System.Xml.XmlWriter XML writer to use
project Project The project to generate .csproj for
context IMSBuildProjectGeneratorContext Current .csproj generation context
Результат void