Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I compile visual studio solutions (.sln) without installing visual studio

Can I compile visual studio solutions (.sln) without installing visual studio. Can I install something like a VS SDK to do this?

The solution is a VC++ one.

like image 347
Krishna Kumar Avatar asked Sep 05 '25 05:09

Krishna Kumar


1 Answers

I think the SDK still comes with MSBuild and a barebones compiler. You might also want to look at "VS Express", depending on your reasons not to install Visual Studio.

like image 51
MSalters Avatar answered Sep 09 '25 05:09

MSalters