4 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.Engine.UnitTests (1)
Evaluation\Evaluator_Tests.cs (1)
4359string actual = project.GetPropertyValue(Constants.VisualStudioVersionPropertyName);
Microsoft.Build.Framework (1)
Constants.cs (1)
72internal const string SubToolsetVersionPropertyName = VisualStudioVersionPropertyName;