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