Click here to Skip to main content
15,895,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello coders,
Kindly help me merger four different projects into one solution in C#. I'm still a dummy.
Regards,
Godfrey
Posted

1 solution

Mainly you should use "Solution Explorer" (from Visual Studio) to manage them. By using "right click" in solution explorer a context menu will be open and the commands from the context menu (that depends on what "item" did you select before) are very self explanatory!

Example1: supposing that you just created the solution and want to add a new project, just select the solution, and from the context menu (right click) use the command "Add->New Project".

Example2: if you have want to add an existing project, just select the solution like in the example above and use "Add->Existing Project", then you will be prompt to select the project from its location.
 
Share this answer
 
v5

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