I have a solution with 5 projects:
- Portable Class Library
- Android app
- iOS app
- Windows Phone app
- Unit tests
How can I measure the amount of code in each project (except for the unit tests)? I tried Code Metrics in Visual Studio Enterprise 2015, but VS crashes whenever I try to calculate it.
I have both a Windows PC and a Mac and both Visual Studio and Xamarin Studio, so a solution in either of those would be fine.