Visual D: Project Import Paths

How to add an import path to a project in Visual D?

I found how this can be done for each project (Tools-> Options-> Visual D Settings-> DMD Directories).

How can I do this for projects separately?

+4
source share
1 answer

I understood how!

(I am using Visual Studio 2017)

In your Solution Explorer, right-click the project you want and click Properties.
Go to "Configuration Properties"> "Compiler"> "General"
Use "Additional Import Paths".

, , (") , , .

+1

All Articles