Beispiel #1
0
        ProjectItem GetChildProjectItem(MD.ProjectItem msbuildProjectItem)
        {
            ProjectItemRelationship relationship = ProjectItem.GetRelationship(msbuildProjectItem);

            return(relationship.GetChild());
        }