What's the difference between a Solution and a Project?

I don't know much at all about Projects and Solutions, because I've never actually done a multi-project solution (in my C# programming). This last sentence is my answer: a solution can have multiple projects. One doesn't replace the other, both are needed and they compose a hierarchy. Note that this might not be doable or useful in Civ5 modding, but ModBuddy is a skin of Visual Studio, and it has this capability for organization, having multiple projects under a single solution.

I'm sure many people will have much more comprehensive answers, from which I will benefit as well :)
 
As cephalo and Szpilman said. An example would be a solution containing separate projects for the client and server parts of an application. With maybe an additional project for shared code.

I suspect one project per solution will be enough for most Civ V mods.
 
Back
Top Bottom