3 references to TargetPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\Build\ProjectBuildManager.cs (1)
147
return project?.GetPropertyValue(PropertyNames.
TargetPath
);
MSBuild\Constants\PropertyNames.cs (1)
63
public const string TargetPath = nameof(
TargetPath
);
MSBuild\ProjectFile\ProjectFile.cs (1)
118
var outputFilePath = project.ReadPropertyString(PropertyNames.
TargetPath
);