Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

A tool statistic C# solution code count

0.00/5 (No votes)
14 Jan 2008 1  
With this tool, you can statistic a C# solution or project code count.

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

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here