
I'm at the stage now where I need to regularly compiler my main exe and my supporting dll's, but I prefer to have them separate from the code.
This means that I create a \bin sub folder and then manually compile them there in their correct places, and also copy over any miscellaneous resources.
Now I'm currently at one exe, 2 dlls, a database and one image. And I'm getting sick to death of it already. I estimate that the dll's will easily grow to 100-200, and that would be insane to manage manually.
Does this require me to build a solution manager to compile everything for me? Or is there some funky tool that I don't know about yet?