VS 2008——在构建属性中使用相对路径

发布于 2024-08-25 08:21:33 字数 260 浏览 5 评论 0原文

长话短说,我有一个包含 NUnit 程序集的测试项目文件(C# 项目)。当我按 F5 时,构建属性告诉项目启动 NUnit 并运行适当的测试。

然而,我与一个团队合作,这个项目(包括 NUnit 二进制文件)正在被颠覆。这意味着当我的伙伴将其拉到不同的位置时,到 NUnit 的路径是不同的,因此它会中断。

是否有一个“%PROJECTDIR%”常量或我可以在构建属性中使用的东西来引用 NUnit exe 并使其工作?

预先感谢您可以提供的任何帮助, 肖恩

Long story short, I have a test project file (C# project) that contains the NUnit assemblies. When I hit F5, the build properties tell the project to launch NUnit and run the appropriate tests.

However, I work with a team and this project (including the NUnit binaries) are in subversion. Which means that when my partner pulls it down in a different location, the path to NUnit is different and thus it breaks.

Is there a "%PROJECTDIR%" constant or something that I can use in build properties to refer to the NUnit exe and make it work?

Thanks in advance for any help you can give,
Sean

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

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

发布评论

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

评论(1

辞别 2024-09-01 08:21:33
  • 进入项目 - 项目名称设置
  • 选择构建事件
  • 单击编辑预构建...编辑构建后...
  • 单击 >宏>>
  • 双击您需要的路径或文件。
  • Go into Project - ProjectName settings
  • Select Build Events
  • Click Edit Pre-build ... or Edit Post-build ...
  • Click on Macros >>
  • Double click on the path or file you need.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文