How to add an existing project to a current solution programmatically in visual studio 2010 using c# -


how add existing project current solution programmatically in visual studio 2010 using c#. new c#.

please suggest way this.

edit: assignment automation.

here solution

you can use _solution.addfromtemplate method acieve this.

according msdn - this method copies existing project file, , items or subdirectories contains, specified location , adds solution.

here reference links-

_solution.addfromtemplate method

programmatically add existing project current solution


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -