Command line application that counts physical code lines from .cs and .vb files
Application skips all bin, obj and properties folders
ProcessDir()
foreach selected type
foreach file matching filetype
read file
while lines
if line not comment
add count
foreach subdirectory
if not skip type
ProcessDir