4 writes to Condition
Microsoft.Build.Engine (4)
Solution\SolutionWrapperProject.cs (4)
1232targetPathOverrideProperty.Condition = " '$(OutDir)' != '' "; 1888v20Property.Condition = "'$(TargetFrameworkVersion)' == '' and '$(MSBuildToolsVersion)' == '2.0'"; 1889v35Property.Condition = "'$(TargetFrameworkVersion)' == '' and ('$(MSBuildToolsVersion)' == '3.5' or '$(MSBuildToolsVersion)' == '3.0')"; 1890v40Property.Condition = "'$(TargetFrameworkVersion)' == '' and '$(MSBuildToolsVersion)' == '4.0'";
3 references to Condition
Microsoft.Build.Engine (3)
Properties\BuildPropertyGroup.cs (1)
1540if (!Utilities.EvaluateCondition(currentProperty.Condition, currentProperty.ConditionAttribute,
Tasks\IntrinsicTask.cs (2)
115if (Utilities.EvaluateCondition(property.Condition, property.ConditionAttribute, 285AddIfNotEmptyString(parameterValues, property.Condition);