When I create a project in a solution in Visual Studio (can it be C # VB.NET F # or else) I assume that only one assembly for each project is created correctly?
So, if I have a solution containing projects 1 2 3 and 4 When I build each project one by one, do I get 4 assemblies correctly?
However, is it possible to allow the linker / compiler to generate only one assembly for the entire solution? Or for two projects compiled together?
I mean something like calling the compiler using the command line and setting the target assembly ...
Andry
source share