Visual Studio 2019 Solution does not create Two .EXE Output Files
Recently converted a VB.NET solution from Visual Studio 2013 4.0 Framework to Visual Studio 2019 4.8 Framework.
The solution contains 22 projects. Of the 22 projects there is one Windows Form Application and one Windows Service project.
In Visual Studio 2013, compiling the solution would create two .exe files. One .exe for the Windows Form project and another .exe for the windows service project.
After converting to Visual Studio 2019 and compiling the solution, there is only one .exe file being created. That .exe file is for the Windows Form project which is the 'startup' project.
When solution was being compiled by VS 2013, both .exe files would get created.
Does anyone know what I need to do to get VS 2019 to create the two .exe output files when compiling? Thanks