C# 클래스 FlatRedBall.Glue.VSHelpers.Projects.VisualStudioProject

상속: ProjectBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AddContentBuildItem ( string absoluteFile ) : Microsoft.Build.Evaluation.ProjectItem
AddContentBuildItem ( string absoluteFile, SyncedProjectRelativeType relativityType = SyncedProjectRelativeType.Linked, bool forceToContentPipeline = false ) : Microsoft.Build.Evaluation.ProjectItem
IsCodeItem ( Microsoft.Build.Evaluation.ProjectItem buildItem ) : bool
IsFilePartOfProject ( string fileToUpdate, BuildItemMembershipType membershipType ) : bool
IsFilePartOfProject ( string fileToUpdate, BuildItemMembershipType membershipType, bool relativeItem ) : bool
Load ( string fileName ) : void
MakeBuildItemNested ( Microsoft.Build.Evaluation.ProjectItem item, string parent ) : void
ProcessInclude ( string path ) : string
SyncTo ( ProjectBase projectBase, bool performTranslation ) : void
ToString ( ) : string
Unload ( ) : void
UpdateContentFile ( string sourceFileName ) : void

보호된 메소드들

메소드 설명
AddCodeBuildItem ( string fileName, bool isSyncedProject, string nameRelativeToThisProject ) : Microsoft.Build.Evaluation.ProjectItem
ForceSave ( string fileName ) : void
RemoveItem ( string itemName, Microsoft.Build.Evaluation.ProjectItem item ) : void
VisualStudioProject ( Microsoft.Build.Evaluation.Project project ) : System

비공개 메소드들

메소드 설명
AddContentFileItemsFrom ( ProjectBase projectBase ) : void
FindRootNamespace ( ) : void
ResolveDuplicateProjectEntry ( bool wasChanged, Microsoft.Build.Evaluation.ProjectItem buildItem ) : bool
SkipContentBuildItem ( Microsoft.Build.Evaluation.ProjectItem bi, ProjectBase containingProject ) : bool

메소드 상세

AddCodeBuildItem() 보호된 메소드

protected AddCodeBuildItem ( string fileName, bool isSyncedProject, string nameRelativeToThisProject ) : Microsoft.Build.Evaluation.ProjectItem
fileName string
isSyncedProject bool
nameRelativeToThisProject string
리턴 Microsoft.Build.Evaluation.ProjectItem

AddContentBuildItem() 공개 메소드

public AddContentBuildItem ( string absoluteFile ) : Microsoft.Build.Evaluation.ProjectItem
absoluteFile string
리턴 Microsoft.Build.Evaluation.ProjectItem

AddContentBuildItem() 공개 메소드

public AddContentBuildItem ( string absoluteFile, SyncedProjectRelativeType relativityType = SyncedProjectRelativeType.Linked, bool forceToContentPipeline = false ) : Microsoft.Build.Evaluation.ProjectItem
absoluteFile string
relativityType SyncedProjectRelativeType
forceToContentPipeline bool
리턴 Microsoft.Build.Evaluation.ProjectItem

ForceSave() 보호된 메소드

protected ForceSave ( string fileName ) : void
fileName string
리턴 void

IsCodeItem() 공개 메소드

public IsCodeItem ( Microsoft.Build.Evaluation.ProjectItem buildItem ) : bool
buildItem Microsoft.Build.Evaluation.ProjectItem
리턴 bool

IsFilePartOfProject() 공개 메소드

public IsFilePartOfProject ( string fileToUpdate, BuildItemMembershipType membershipType ) : bool
fileToUpdate string
membershipType BuildItemMembershipType
리턴 bool

IsFilePartOfProject() 공개 메소드

public IsFilePartOfProject ( string fileToUpdate, BuildItemMembershipType membershipType, bool relativeItem ) : bool
fileToUpdate string
membershipType BuildItemMembershipType
relativeItem bool
리턴 bool

Load() 공개 메소드

public Load ( string fileName ) : void
fileName string
리턴 void

MakeBuildItemNested() 공개 메소드

public MakeBuildItemNested ( Microsoft.Build.Evaluation.ProjectItem item, string parent ) : void
item Microsoft.Build.Evaluation.ProjectItem
parent string
리턴 void

ProcessInclude() 공개 메소드

public ProcessInclude ( string path ) : string
path string
리턴 string

RemoveItem() 보호된 메소드

protected RemoveItem ( string itemName, Microsoft.Build.Evaluation.ProjectItem item ) : void
itemName string
item Microsoft.Build.Evaluation.ProjectItem
리턴 void

SyncTo() 공개 메소드

public SyncTo ( ProjectBase projectBase, bool performTranslation ) : void
projectBase ProjectBase
performTranslation bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Unload() 공개 메소드

public Unload ( ) : void
리턴 void

UpdateContentFile() 공개 메소드

public UpdateContentFile ( string sourceFileName ) : void
sourceFileName string
리턴 void

VisualStudioProject() 보호된 메소드

protected VisualStudioProject ( Microsoft.Build.Evaluation.Project project ) : System
project Microsoft.Build.Evaluation.Project
리턴 System