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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -