VisualD import path
Rainer Schuetze
r.sagitario at gmx.de
Sun Feb 6 07:53:20 UTC 2022
I guess you are referring to the VC project integration.
On 05/02/2022 20:06, frame wrote:
> Should the "Import paths" setting in Visual D settings (DMD Directories)
> be applied to the compiler or has it another purpose?
It only changes the compiler command line.
> In the project properties it has the default value %(ImportPaths) which
> does nothing to me.
>
> I do not want to manually specifiy the path for each project in my
> solution so I currently use a workaround via custom project property
> sheet where I can set the path for all at once. This sheet also allows
> to specify user defined variables (macros) (which are missing in the
> default properties) that can be used in the sheet again.
>
> I found this workaround very useful, maybe the VisualD docs could
> mention this?
This is the msbuild way to do this, but I'd consider it slightly
advanced usage of it (in contrast to just using the UI - which about 99%
of users only know about).
I don't think it makes sense to try to document msbuild, but
documentation could emphasize that the VC integration makes all the
features of msbuild available.
More information about the Digitalmars-d-ide
mailing list