Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
AddContentFileItemsFrom ( ProjectBase projectBase ) : void | ||
FindRootNamespace ( ) : void | ||
ResolveDuplicateProjectEntry ( bool wasChanged, Microsoft.Build.Evaluation.ProjectItem buildItem ) : bool | ||
SkipContentBuildItem ( Microsoft.Build.Evaluation.ProjectItem bi, ProjectBase containingProject ) : bool |
protected AddCodeBuildItem ( string fileName, bool isSyncedProject, string nameRelativeToThisProject ) : Microsoft.Build.Evaluation.ProjectItem | ||
fileName | string | |
isSyncedProject | bool | |
nameRelativeToThisProject | string | |
return | Microsoft.Build.Evaluation.ProjectItem |
public AddContentBuildItem ( string absoluteFile ) : Microsoft.Build.Evaluation.ProjectItem | ||
absoluteFile | string | |
return | Microsoft.Build.Evaluation.ProjectItem |
public AddContentBuildItem ( string absoluteFile, SyncedProjectRelativeType relativityType = SyncedProjectRelativeType.Linked, bool forceToContentPipeline = false ) : Microsoft.Build.Evaluation.ProjectItem | ||
absoluteFile | string | |
relativityType | SyncedProjectRelativeType | |
forceToContentPipeline | bool | |
return | Microsoft.Build.Evaluation.ProjectItem |
protected ForceSave ( string fileName ) : void | ||
fileName | string | |
return | void |
public IsCodeItem ( Microsoft.Build.Evaluation.ProjectItem buildItem ) : bool | ||
buildItem | Microsoft.Build.Evaluation.ProjectItem | |
return | bool |
public IsFilePartOfProject ( string fileToUpdate, BuildItemMembershipType membershipType ) : bool | ||
fileToUpdate | string | |
membershipType | BuildItemMembershipType | |
return | bool |
public IsFilePartOfProject ( string fileToUpdate, BuildItemMembershipType membershipType, bool relativeItem ) : bool | ||
fileToUpdate | string | |
membershipType | BuildItemMembershipType | |
relativeItem | bool | |
return | bool |
public MakeBuildItemNested ( Microsoft.Build.Evaluation.ProjectItem item, string parent ) : void | ||
item | Microsoft.Build.Evaluation.ProjectItem | |
parent | string | |
return | void |
public ProcessInclude ( string path ) : string | ||
path | string | |
return | string |
protected RemoveItem ( string itemName, Microsoft.Build.Evaluation.ProjectItem item ) : void | ||
itemName | string | |
item | Microsoft.Build.Evaluation.ProjectItem | |
return | void |
public SyncTo ( ProjectBase projectBase, bool performTranslation ) : void | ||
projectBase | ProjectBase | |
performTranslation | bool | |
return | void |
public UpdateContentFile ( string sourceFileName ) : void | ||
sourceFileName | string | |
return | void |
protected VisualStudioProject ( Microsoft.Build.Evaluation.Project project ) : System | ||
project | Microsoft.Build.Evaluation.Project | |
return | System |