简体   繁体   English

Visual Studio 2012:项目和解决方案资源管理器所需的帮助

[英]visual studio 2012: Help needed with projects and solution explorer

Hi iam new to visiual studio, and for my studies i have one centered with c#.It is not a difficult questions 嗨,我是visiual Studio的新手,在我的学习中,我主要学习c#。这不是一个难题

firstly wheneveri start a new project through file->NEW->projects all other projects in the document disapears. 首先,每当我通过file-> NEW-> projects启动一个新项目时,该文件中的所有其他项目就会消失。 anyway to keep them? 无论如何要保留它们?

secondly whenever without any problem when i start new projects the solution explorer shows its contexts without problem, but how do i show the contents of other projects opened aswell? 其次,只要在我启动新项目时没有任何问题,解决方案资源管理器就可以毫无问题地显示其上下文,但是我如何显示其他已打开项目的内容呢?

thanks in advance hope it is not vague. 在此先感谢,希望它并不模糊。

By doing this "file->NEW->projects" you are opening a new solution if you don't change the solution property to "Create new solution" to "Add to solution". 如果不将解决方案属性从“创建新解决方案”更改为“添加到解决方案”,则通过执行“文件->新建->项目”,您将打开一个新解决方案。

创建新的解决方案

添加到解决方案

By selecting "Add to solution" you can add new project to you existing solution. 通过选择“添加到解决方案”,可以将新项目添加到现有解决方案中。 also you can right click the existing solution and add new project to it. 您也可以右键单击现有解决方案,然后向其中添加新项目。

Right click on your solution and then click on Add. 右键单击您的解决方案,然后单击添加。 Then select Existing project and add your project into the solution. 然后选择“现有项目”,然后将您的项目添加到解决方案中。 Then you will be able to see all the projects opened at the same time. 然后,您将可以看到同时打开的所有项目。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 解决方案资源管理器未在解决方案中显示项目 - Visual Studio Solution Explorer not showing projects in solution 解释解决方案资源管理器ASP.NET Visual Studio 2012 - Explaining the Solution Explorer ASP.NET Visual studio 2012 在Visual Studio 2012中以管理员身份运行解决方案中的项目之一 - Run one of the projects in a solution as administrator in Visual Studio 2012 为解决方案中的多个 Visual Studio 2012 C# 项目启动调试器时出现 Visual Studio 2017 警告错误 - Visual Studio 2017 warning errors when starting a debugger for multiple Visual Studio 2012 C# projects in a solution 虽然我在解决方案资源管理器中有它们但不能使用文件夹[Visual Studio 2012] - Can't use folders although I have them in Solution Explorer [Visual Studio 2012] 在ASP.NET中的一种解决方案下访问不同项目中的Webforms.Visual Studio 2012 - Access Webforms in different projects under one solution in Asp .net.Visual studio 2012 如何在Visual Studio 2012中切换(或突出显示)同一解决方案的项目? - How do i switch between (or highlight) projects of the same solution in Visual Studio 2012? 我无法使用与目录相同的名称将项目加载到Visual Studio 2013中,也无法在解决方案资源管理器中重命名项目 - I cannot get projects to load into Visual Studio 2013 with the same name as their directory and I cannot rename the projects in Solution Explorer 在Visual Studio 2012测试资源管理器中保存结果 - Save Results in Visual Studio 2012 Test Explorer Visual Studio 2012测试资源管理器测试正在进行中 - Visual Studio 2012 Test Explorer Test In Progress
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM