4 references to VisualStudioVersionPropertyName
Microsoft.Build (3)
Evaluation\Evaluator.cs (2)
1217
if (!_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)
137
internal const string SubToolsetVersionPropertyName =
VisualStudioVersionPropertyName
;
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Evaluator_Tests.cs (1)
4336
string actual = project.GetPropertyValue(Constants.
VisualStudioVersionPropertyName
);