Introduction
When you finished your project ,you may want to know how many code you have write,This tool is just you want, help you statistic the code count.
Function: open a C# project file which extension is ".csproj",then you will see in the listview the project's summary info, each cs file's code lines and whole project's code line count.
2008/1/15 : VsSolutionTools description
At the base of last version, add support of solution file and support VS 2005 format, you not only can statistic the code count of a project but also can statistic the count of a C# solution.
ToDo:
Now this tool can only ready C# projcet file ,VB.net ,C++ project file not include,and can't read solution file ,next I want to read a solution to get all project in it and caculate line count.The solution file is not in XML format ,but project is,I don't know how read it easyly,if you know tell me.
ToDo :
If I have enough time, I will support the solution of VS 2008 version, add statistic the count of comment and blank line.
Any question of advice please send mail to : nnlyx@sohu.com