Compile c# project with command line


I developed one c# project with .net visual studio 2005
I want compile it in command line I go to solution directory then type msbuild
e.g.

msbuild solutionFile.sln

Leave a Reply