Visual D two project types?

Rainer Schuetze r.sagitario at gmx.de
Wed Sep 18 07:04:43 UTC 2019



On 16/09/2019 02:18, Shadowblitz16 wrote:
> does anybody know why I am two project types with two different icons?
> personally I think the former look more official.
> https://imgur.com/gUFgwiA

The "Visual D project" is the custom project type that allows building D
files but has only little support to integrate with C/C++ or other
languages.

The "Visual C++ Project" is - well - a regular Visual C++ project, but
with the help of some build customizations, it can contain and build D
files. This integrates rather seamlessly with other Visual Studio
projects inheriting all the additional functionality for linker,
manifest, etc. It also allows building projects with msbuild.

I consider the "Visual D projects" legacy, but it has some additional
features (e.g. building the D runtime with debug options for better
debugging), inheriting imports from other projects) that are not so
easily ported to the Visual C++ projects.

> 
> also I think the project icon could be made to look better..
> https://imgur.com/un4qKLI

Suggestions welcome.


More information about the Digitalmars-d-ide mailing list