September 24, 2020
I'm trying to make a DLL with VisualD but the only options are "compile and run" and "compile an debug" under the Extensions tab.  I tried going into properties and setting the project to compile only, but the the "compile and run" and compile and debug are greyed out.
September 24, 2020
On Thursday, 24 September 2020 at 03:01:54 UTC, WhatMeWorry wrote:
>
> I'm trying to make a DLL with VisualD but the only options are "compile and run" and "compile an debug" under the Extensions tab.  I tried going into properties and setting the project to compile only, but the the "compile and run" and compile and debug are greyed out.

You can build the project by pressing Ctrl+B. If you want to build the entire solution you press Ctrl+Shift+B. You can also run dub build if you have it set up with dub.json.