3 references to VisualStudioVersionPropertyName
Microsoft.Build (2)
Evaluation\Evaluator.cs (2)
1230if (!_data.Properties.Contains(Constants.VisualStudioVersionPropertyName)) 1232_data.SetProperty(Constants.VisualStudioVersionPropertyName, MSBuildConstants.CurrentVisualStudioVersion, false /* NOT global property */, false /* may NOT be a reserved name */, loggingContext: _evaluationLoggingContext);
Microsoft.Build.Framework (1)
Constants.cs (1)
72internal const string SubToolsetVersionPropertyName = VisualStudioVersionPropertyName;