6
I have a question about projects and solutions in visual studio.
Suppose I have a solution that has three projects, being two Winforms projects (exe) and one of class libraries. It is correct that I have two "exe" projects in a solution that uses the same class library?
Supplemented:
The two "exe" projects are:
1 - It is an application to register customers and other things for storage of dead archive boxes.
2 - The second and the application where the user launches the boxes.
3 - It is the shared library.
I could join the two in an application, however the client wants so, separate.
Today as I need to test, I go and mark the application as "startup Project" and then build.
There is a technically better approach to this?
Normal. And if the client wants, difficult to convince him otherwise.
– user26552