I have a Windows fortran project in parallel studio that is set up so that it builds an executable. The Configuration Properties -> General -> Configuration Type is set to "Application." What I would like to do is add another configuration that builds a DLL since I am going to convert this project to a dll and that, from my standpoint anyway, would be the easiest path forward for me as it is a large project that contains many 10s of fortran source files.
However, if I add a configuration using the Configuration Manager, I am unable to edit the "Configuration Type" property. For that matter, it seems that the "Configuration Type" property is not editable in any of the original configuration created for the project, i.e., either release or debug.
Is it possible to change the configuration type of an existing fortran project, or must I recreate the project from scratch as a dll?
Thanks.