Visual Studio 将 exe 构建到错误的目录

发布于 2024-12-28 05:08:08 字数 339 浏览 2 评论 0原文

我有一个项目解决方案,其中包含多个解决方案文件夹及其下的项目。当我尝试在解决方案中构建单独的 winform 项目时(项目设置中的指定路径是 Debug/ 用于调试配置)。由于某种原因,vs2010 将构建到我的解决方案根目录/调试而不是项目根目录/调试。

这是 dir 结构

MyProgram ->Globals(解决方案文件夹和物理文件夹) ->一些dll程序 ->一些dll程序 ->前端(解决方案文件夹和物理文件夹) -> winform prog

有谁知道为什么吗?我试图将整个路径放到exe应该去的地方,但这并不能解决任何问题。

I have a project solution that contains multiple solution folders and projects under it. when i try to build the lone winform project in the solution (specified path in the project settings are Debug/ for the debug config). For some reason, vs2010 will build to my Solution root dir/Debug and not to the project root dir/Debug.

This is the dir structure

MyProgram
->Globals (Solution Folder, and physical folder)
-> some dll prog
-> some dll prog
->Front End (Solution Folder, and physical folder)
-> winform prog

does anyone know why? I have tried to put the entire path to where the exe should go, but that doesn't solve anything.

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

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

发布评论

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

评论(1

盗心人 2025-01-04 05:08:08

不,这是默认设置。最终输出最终位于顶层,因此如果您构建需要它们的 DLL 和可执行文件,它们将从此目录中工作。

No, that's the default. The final outputs end up in the toplevel, so if you build DLLs and executables that require them, they will work from this directory.

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