visual-studio-2013 - 打开解决方案之前卸载项目

标签 visual-studio-2013

我需要打开一个包含数百个项目的解决方案。然而,我只需要在任何给定时间加载大约十个这样的项目。当我在加载该解决方案的情况下采取任何操作时,该解决方案的庞大规模会导致 Visual Studio 停止或崩溃。

我尝试卸载项目,但即使卸载一个项目也需要十分钟以上的时间。是否可以在打开解决方案之前卸载项目,或者首先阻止它们加载?

我更愿意只打开解决方案的“外壳”,然后手动加载我需要的项目。

最佳答案

尝试漏斗扩展:https://visualstudiogallery.msdn.microsoft.com/5396fa4a-d638-471b-ac3d-671ccd2ea369

Decrease solution loading and re-compilation times dramatically by filtering projects not relevant for the current development task.

Large solutions which contain a significant amount of code or projects may be time consuming for Visual Studio in loading and compiling the solution code. In most cases however, we do not need all the source code contained by a Visual Studio solution. We usually work on one or two aspects or features of the application and after completing them, move to the next one. Funnel allows an in-time selective loading of solution parts. It improves the performance for loading and compiling your projects dramatically.

关于visual-studio-2013 - 打开解决方案之前卸载项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28347142/

相关文章:

c# - WPF 应用程序中图像文件夹的 URI

azure - 我还需要第三方工具来管理 Azure 开发存储吗?

iis - Visual Studio 2013 : Unable to access IIS metabase

visual-studio-2013 - Visual Studio 2013 诊断工具在哪里

c++ - VS2013 - 多次包含同一 header 时出错

c# - Visual Studio 应用程序在商店发布之前工作,而不是发布之后

c++ - Visual Studio 2013 中的 Windows XP 和 Windows Server 2003 支持

c++ - 链表说;不见了……但它不是

c++ - "The program can' t 启动,因为您的计算机中缺少 opencv_world300.dll“C++ 中的错误

AjaxControlToolkit v7.1213 依赖增加