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.
可以在解决方案资源管理器中设置 *.csproj 文件吗? 现在我在项目中的文件上使用选项“打开包含文件夹”并搜索 *.csproj。我如何在 SE 中显示它?我使用 Visual Studio 2010 高级版。
您的 *.csproj是显示在解决方案根目录下方的项目图标。您编辑 .csproj 右键单击解决方案资源管理器中的项目图标并选择属性。你还想要什么?
您需要从解决方案中卸载项目。之后,您可以右键单击并选择编辑。应该有一个扩展来做这个。试试 PowerCommands。我相信它添加了方便的按钮“编辑项目”。