Link to home
Start Free TrialLog in
Avatar of rmmarsh
rmmarshFlag for United States of America

asked on

How to make separate projects for existing .cs files

I have a solution with one project in it.  That project has about 40 .cs files.  I want to take those 40 files and group them as to function, then make each group a separate project which I will then build into a .dll file.  I want to do this for ease of maintenance - when one of the projects code changes, I just have to rebuild it and upload just the .dll to replace the previous one in the installer program, thus making an update cleaner and smaller to download.

I believe this will work, but looking to the experts for advice.
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmmarsh

ASKER

Thank you...