2 references to TargetRefPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\Constants\PropertyNames.cs (1)
64
public const string TargetRefPath = nameof(
TargetRefPath
);
MSBuild\ProjectFile\ProjectFile.cs (1)
124
var outputRefFilePath = project.ReadPropertyString(PropertyNames.
TargetRefPath
);