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