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