counting lines of code in project/solution?

  • Thread starter Thread starter VM
  • Start date Start date
V

VM

How can I know how many lines of code are in my solution (which consists of
two projects)?

Thanks.
 
VM said:
How can I know how many lines of code are in my solution (which consists of
two projects)?

Thanks.

Dont think there is any built-in functionality for this.
You can use an addin (such as mztools) or write your own.
HTH
JB
 
Back
Top