VisualC 2010、项目引用和包含路径

发布于 2024-12-11 16:54:51 字数 123 浏览 1 评论 0原文

我正在尝试使用 VC2010 项目引用,它是旧的“项目依赖关系”对话框的替代品。然而,我缺少的是一种让引用项目继承引用项目的包含和库路径的方法。现在,我必须手动复制我在引用的项目中设置的任何额外路径。

有什么想法吗?

I am trying to use the VC2010 project references, which are the replacement for the old Project Dependencies dialog. What I am missing, however, is a way to let the referring project inherit the referred one's include and library paths. Right now, I have to manually copy any extra paths I set in the referred project.

Any ideas?

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

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

发布评论

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

评论(2

暮色兮凉城 2024-12-18 16:54:51

您可以使用属性表来抽象出常见的编译器和链接器设置。然后,您的两个项目都将导入相同的属性表。

请参阅http://msdn.microsoft.com/en-us/library/ee662426。 ASPX

You can use property sheets to abstract away the common compiler and linker settings. Both of your projects then would import the same property sheet.

See http://msdn.microsoft.com/en-us/library/ee662426.aspx

私藏温柔 2024-12-18 16:54:51

我认为在视觉工作室中没有办法做到这一点。但是,由于项目文件是 msbuild 文件,因此没有什么可以阻止您在两个项目文件中使用公共包含。

但这并不是您真正要问的,是吗?

I don't think there is a way to do this in visual studio. However since the project files are msbuild files there is nothing stopping you from using a common include in both project files.

However this is not really what you're asking is it?

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