NDepend.API Documentation
IProjectPathVariables Interface
Members 
NDepend.Project Namespace : IProjectPathVariables Interface
Represents the project path variables that can be use to handle complex path redirection scenarios.
Syntax
public interface IProjectPathVariables 
Remarks
One or several Path Variables of a project can be overridden when starting NDepend.Console.exe with the command line argument switch /PathVariables.
The two path variables $(NdProjectDir) and $(NdProjectOutputDir) are automatically set and they are read-only.
$(NdProjectDir) is automatically set to project.IProject.Properties.IProjectProperties.FilePath.NDepend.Path.IPath.ParentDirectoryPath.
$(NdProjectOutputDir) is automatically set to project.IProject.Properties.IProjectProperties.OutputDir.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProjectPathVariables Members
NDepend.Project Namespace