简体   繁体   中英

Is there a Visual Studio 2019 way to combine solutions?

It used to be that when I would go to the open project/solution dialog, I would get:

选项:添加到解决方案、关闭解决方案

But now in VS 2019, these options are gone. How do I perform this same task in 2019 (dump all the projects from one solution into the other)?

I was just about to post my question when I had an idea, and it turns out to be the answer:

  1. In the Solution Explorer, right-click on the currently-open solution (the one you want to dump projects into ).
  2. Add->Existing project: 在此处输入图像描述
  3. Change the file type/extension drop-down to Solution Files (*.sln).
  4. Select the solution to import projects from and import away!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM