I have a structure like;
-MyProject
-Folder1
-Class1.cs
-Folder2
-Class2.cs
What I would like to do is when I compile my solution, all of the folders are output into the separate dll like;
MyProject.Folder1.dll
MyProject.Folder2.dll
Is this possible?
Thanks in advance.
PS: I am using VS 2010.
You can separate each class to separate project.
To add a main project whitch will be referenced to small project