6 references to TargetPath
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
92
BuildPropertyNames.
TargetPath
=> _binOutputPath ?? "",
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BuildPropertyNames.cs (2)
29
public const string TargetPath = nameof(
TargetPath
);
36
TargetPath
,
Microsoft.VisualStudio.LanguageServices.Implementation (3)
ProjectSystem\CPS\CPSProjectFactory.cs (3)
101
BuildPropertyNames.
TargetPath
=> TargetPath,
137
binOutputPath = data.GetRequiredPropertyAbsolutePathValue(BuildPropertyNames.
TargetPath
);
156
binOutputPath = data.GetPropertyValue(BuildPropertyNames.
TargetPath
);