更改 VS2010 中解决方案项的位置
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为如果您从解决方案中删除 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.