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