I have created a library.
The solution is named GSActivityLib and it has two projects in it - one called GS_BargeinPrompt and the other called GS_ConditionalQA.
When I compile the solution the GS_BargeinPrompt is put into GSActivityLib.dll but GS_ConditionalQA ends up in a separate .dll called GS_ConditionalQA.dll.
Is there some way to get both components into the GSActivityLib.dll?
I know this is probably just something in VS that I'm messing up but I'm not sure what it is.