Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Build" item in Windows Explorer's context menu of a VS solution file?

I wonder why this is not integrated by default. I'd like to have an item in Windows Explorer's file context menu of a VS solution file to build it.

Is there a tool for this? Or do I have to create this myself?

like image 937
mafu Avatar asked May 14 '10 10:05

mafu


1 Answers

MSBuild Shell Extension have been there for years,

http://msbuildshellex.codeplex.com/

But you might also try out my new project,

http://msbuildlaunchpad.codeplex.com/releases/view/45368

It is quite easy to use. MSBuild Launch Pad http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=msbuildlaunchpad&DownloadId=122261

like image 177
Lex Li Avatar answered Oct 01 '22 07:10

Lex Li