2 references to ProjectPropertyGroupTaskPropertyInstance
Microsoft.Build (2)
Construction\Solution\SolutionProjectGenerator.cs (1)
2483var property = new ProjectPropertyGroupTaskPropertyInstance(
Evaluation\Evaluator.cs (1)
501ProjectPropertyGroupTaskPropertyInstance property = new ProjectPropertyGroupTaskPropertyInstance(propertyElement.Name, propertyElement.Value, propertyElement.Condition, propertyElement.Location, propertyElement.ConditionLocation);