4 references to VisualStudioVersionPropertyName
Microsoft.Build (3)
Evaluation\Evaluator.cs (2)
1217if (!_data.Properties.Contains(Constants.VisualStudioVersionPropertyName)) 1219_data.SetProperty(Constants.VisualStudioVersionPropertyName, MSBuildConstants.CurrentVisualStudioVersion, false /* NOT global property */, false /* may NOT be a reserved name */, loggingContext: _evaluationLoggingContext);
Resources\Constants.cs (1)
137internal const string SubToolsetVersionPropertyName = VisualStudioVersionPropertyName;
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Evaluator_Tests.cs (1)
4336string actual = project.GetPropertyValue(Constants.VisualStudioVersionPropertyName);