0
kicks
Tool and MSBuild Target to generate stats of source
A tool that will generate some stats on the source code. It gets the following information:
* Total Number of Files
* Total Number of Commented Lines
* Total Number of Single Line Comments
* Total Number of Multi-Line Comments
* Total Number of Empty Lines
* Total Number of Source Code Lines
* Total Number of Lines
Includes an MSBuild targets file to automate the process. The target will update the config file before executing the tool. It will process files based on RegEx patterns defined in the config/build script. It includes a processor that will process files in an archive as well.