Click here to Skip to main content
16,019,618 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a developed two windows application separately,now i want to merge the two project into single project.
Posted
Comments
ZurdoDev 13-Jan-15 9:24am    
I guess you can google for a tool that will do this but I doubt there is one that will work well. I think you'll just have to add the existing items from one into the other.

1 solution

If you've developed the application yourself then you would have the code for your projects (both of them). You can use the same code, and create a new Empty project. Inside that empty project, you can add both of these projects in it, but you're going to have a common entry applicatin; such as Console application, that would run those two other projects.

Tip: If I had to create the project, I would have created a simple library of those projects which I am to use then re-use them in my actual project. Or, I would have just used the class files from them and pasted them inside my actual single project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900