I have 3 projects, I want to merge the winforms in each project into one project. How can I do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First you need to analyse if forms in those 3 projects has any not standard dependencies (references to libraries). Then you can create new project, add library references from other projects, drag and drop files from old projects to new project, fix namespaces (or preserve them so you dont have collision between similar forms or names from different projects)