Is it possible to find the number of lines of code in an entire solution? I've heard of MZ-Tools, but is there an open source equivalent?
Visual Studio has built-in code metrics, including lines of code:
Analyze → Calculate Code Metrics