Question : Integrating projects

I have two C# projects that i want to integrate, i want to do this in a minimal possible procedure
e.g.
Copy all the files and classes in one project and moving them to the other.

is there any prescribed or regular appropriate way of doing this.

Thanks.

Answer : Integrating projects


provided you have both the projects in one solution...if they are not, then you can create a new solution and then Add Existing project for both the projects and then try the drag-drop or copy-paste...
Random Solutions  
 
programming4us programming4us