Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我错误地在我的 Visual Studio 项目的 bin 中点击了“从项目中排除”。有什么办法可以恢复吗?
在解决方案资源管理器的顶部,单击“显示所有文件”,找到您排除的重影文件,然后右键单击它并选择“包含在项目中”。
在最顶部的解决方案资源管理器中,第二个按钮将切换“显示所有文件”。之后您可能必须点击刷新按钮。无论如何,这将向您显示所有文件,即使是那些未包含在您的项目中的文件。右键单击该文件并从上下文菜单中选择包含在项目中以将其添加回您的项目。