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-
Comments
Post a Comment