12 references to
Microsoft.Build.Engine (12)
Engine\Expander.cs (2)
776property = properties[propertyName]; 817property = properties[propertyName];
Engine\Project.cs (3)
1391BuildProperty property = this.evaluatedProperties[propertyName]; 1690this.projectDirectory = this.ReservedProperties[ReservedPropertyNames.projectDirectory].FinalValue; 3544BuildProperty property = this.evaluatedProperties[propertyToGet];
Engine\ToolsetReader.cs (1)
436if (globalProperties[property.Name] == null)
ItemsAndProperties\Lookup.cs (2)
467BuildProperty property = entry.PropertySets[name]; 476BuildProperty property = entry.Properties[name];
Properties\BuildPropertyGroup.cs (1)
1136ProjectErrorUtilities.VerifyThrowInvalidProject(this.ParentProject.ReservedProperties[property.Name] == null,
Solution\SolutionWrapperProject.cs (3)
484BuildProperty property = parentEngine.GlobalProperties["ProjectToolsVersion"]; 1987BuildProperty configurationProperty = parentEngine.GlobalProperties["Configuration"]; 1988BuildProperty platformProperty = parentEngine.GlobalProperties["Platform"];