更改 VS2010 中解决方案项的位置

发布于 2024-11-03 02:22:58 字数 221 浏览 1 评论 0原文

我在 Windows Server 2008 上使用 VS2010 Ultimate,运行 1000 多个 MSTest 单元测试。解决方案用于配置数据收集(代码覆盖率、影响分析等)的 .testsettings 文件是一个解决方案项,并保存在保存 .sln 文件的位置。是否可以更改文件的位置并仍然将其识别为要在我的解决方案中使用的 .testsettings 文件...如果可以,我该如何执行此操作?

谢谢!

I am using VS2010 Ultimate on Windows server 2008, running 1000 odd MSTest unit tests. The .testsettings file that the solution uses to configure data collection (code coverage, impact analysis, etc) is a Solution Item, and saved where the .sln file is saved. Is it possible to change the location of the file and still have it recognized as the .testsettings file to be used in my solution... and if so, how do I do this?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失眠症患者 2024-11-10 02:22:58

我认为如果您从解决方案中删除 testsettings 文件,将文件移动到所需位置,然后右键单击 Visual Studio 中的解决方案并选择“添加现有项目”,然后从新位置重新添加 testsettings 文件,一切都应该一切顺利。

I think if you remove the testsettings file from the solution, move the file to the desired location, and then right click solution in Visual studio and select "Add existing item" and then re-add your testsettings file from the new location, all should be well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文