2 references to BuildPropertyGroup
Microsoft.Build.Engine (2)
Choose\When.cs (1)
184BuildPropertyGroup newPropertyGroup = new BuildPropertyGroup(parentProjectForChildren, (XmlElement)whenChildNode, importedFromAnotherProject);
Engine\Project.cs (1)
3872BuildPropertyGroup newPropertyGroup = new BuildPropertyGroup(this, childElement, importedProject);