From Can I build 2 or more dlls from C# project in Visual Studio 2008?, I have another idea to create only 1 big project. After that, I separate a project dll(that contains many classes.) into 1 dll per class by using post-build event to call Win app project(for separate a big dll). How to do this?
Moreover, I need to manage attached file in a big dll too.
Update I found some trick that could guide me to solve this problem by custom build? Moreover, I think I can create custom handler that generate dynamic assembly file by using separate module file & al.exe. But this feature is over my expect and unnessary(sourcecode is rarely changed).
Multi-file Assemblies: What and How
How to: Build a Multifile Assembly
POCO Custom Multifile Assembly and ReSharper
Thanks,