C# 클래스 Bari.Plugins.VsCore.VisualStudio.ProjectSections.ReferencesSection

.csproj section describing the project's assembly references
상속: MSBuildProjectSectionBase
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

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