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