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)
240
ProjectPropertyGroupElement solutionConfigurationProperties = msbuildProject.
CreatePropertyGroupElement
();
964
ProjectPropertyGroupElement directorySolutionPropsPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
982
ProjectPropertyGroupElement directorySolutionTargetsPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2301
ProjectPropertyGroupElement configurationDefaultingPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2307
ProjectPropertyGroupElement platformDefaultingPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2335
ProjectPropertyGroupElement venusConfiguration = traversalProject.
CreatePropertyGroupElement
();
2347
ProjectPropertyGroupElement globalProperties = traversalProject.
CreatePropertyGroupElement
();
2364
ProjectPropertyGroupElement frameworkVersionProperties = traversalProject.
CreatePropertyGroupElement
();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
139
/// Facilitate remoting the <see cref="ProjectRootElement.
CreatePropertyGroupElement
"/>.