mm... is your 'project' a dub package itself? if not, convert it to dub and add it to dependency section in your dub package. then you will be able to open your fresh created project using mono-d with all its dependencies, a bonus you will be able to generate visuald project files too.there is described what to add to include it http://code.dlang.org/packages/pegged
Ah right. That works, thanks.