www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Visual D two project types?

reply Shadowblitz16 <DomainName Email.com> writes:
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

also I think the project icon could be made to look better..
https://imgur.com/un4qKLI
Sep 15 2019
parent Rainer Schuetze <r.sagitario gmx.de> writes:
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.
Sep 18 2019