12 references to CreatePropertyGroupElement
Microsoft.Build (12)
Construction\ProjectPropertyGroupElement.cs (1)
116
return owner.
CreatePropertyGroupElement
();
Construction\ProjectRootElement.cs (1)
1173
ProjectPropertyGroupElement newPropertyGroup =
CreatePropertyGroupElement
();
Construction\ProjectTargetElement.cs (1)
368
ProjectPropertyGroupElement propertyGroup = ContainingProject.
CreatePropertyGroupElement
();
Construction\Solution\SolutionProjectGenerator.cs (8)
238
ProjectPropertyGroupElement solutionConfigurationProperties = msbuildProject.
CreatePropertyGroupElement
();
959
ProjectPropertyGroupElement directorySolutionPropsPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
977
ProjectPropertyGroupElement directorySolutionTargetsPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2295
ProjectPropertyGroupElement configurationDefaultingPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2301
ProjectPropertyGroupElement platformDefaultingPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2329
ProjectPropertyGroupElement venusConfiguration = traversalProject.
CreatePropertyGroupElement
();
2341
ProjectPropertyGroupElement globalProperties = traversalProject.
CreatePropertyGroupElement
();
2358
ProjectPropertyGroupElement frameworkVersionProperties = traversalProject.
CreatePropertyGroupElement
();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
139
/// Facilitate remoting the <see cref="ProjectRootElement.
CreatePropertyGroupElement
"/>.