I have a solution with lots of solution folders with lots of c# projects inside them.
How do I build/rebuild only one of those projects from command line?
I guess there's some way to do it using msbuild but I don't know anything about msbuild.
Thanks!