5 references to TargetPath
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
89BuildPropertyNames.TargetPath => _binOutputPath ?? "",
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BuildPropertyNames.cs (2)
30public const string TargetPath = nameof(TargetPath); 35public static readonly ImmutableArray<string> InitialEvaluationPropertyNames = [MSBuildProjectFullPath, TargetPath, AssemblyName, CommandLineArgsForDesignTimeEvaluation];
Microsoft.VisualStudio.LanguageServices.Implementation (2)
ProjectSystem\CPS\CPSProjectFactory.cs (2)
82binOutputPath = data.GetRequiredPropertyAbsolutePathValue(BuildPropertyNames.TargetPath); 102binOutputPath = data.GetPropertyValue(BuildPropertyNames.TargetPath);