如何在新项目中加载.sln文件

问题描述:

我正在编写一个用于在其中存储项目的应用程序.
我有很多解决方案(* .sln文件),我想将它们导入到我的新项目中...
我找不到任何办法.
谁能帮我如何检索所有数据,目录和目录?解决方案的文件...
感谢很多



[已删除电子邮件地址]

Hi , I''m writing an application for storing my projects in it.
I have a lot of solutions (*.sln files) that I want to import them in my new project...
I couldn''t find any way for that .
Can any one help me how can I retrieve all data , directories & files ... of a solution
Thanx alot



[email address removed]

在Visual Studio菜单中,您可能需要浏览

File | New Project | From Existing Code...

我从来没有亲自使用过它,但这可能正是您所需要的.

您还可以通过在解决方案资源管理器中右键单击您的解决方案,然后在上下文菜单中单击Add | Existing Project...来添加另一个解决方案的项目.
In the Visual Studio menu, you may want to explore

File | New Project | From Existing Code...

I''ve never personally used it, but this might be what you need.

You can also add another solution''s project(s) by right clicking your solution in the Solution Explorer, and clicking Add | Existing Project... in the context menu.