Background: Custom workflow activities for Microsoft Dynamics CRM.
Currently we have one project per custom activity, with a single class file in each project.
We would like to have a single project, with multiple class files, each compiling to a separate DLL to allow us to update them individually.
Is this possible?