简体   繁体   中英

Visual Studio: Building in Debug mode but the files still built in Release folder

I am working on a solution in Visual Studio.

I changed the build mode of the solution to be Release , and all output files of the solution were built in example\\example\\Release\\ folder. That's expected and fine. Then again I changed the mode to be Debug , but the files are still built in example\\example\\Release\\ folder.

I need the output files to be built in bin\\x86\\Debug\\ folder. How can I achieve this? Is the solution corrupted or something like that? Should I recreate the solution? Any way to find the reason for this behaviour?

如果解决方案中存在多个项目,这些项目具有不同的输出文件夹和相关性,则手动将输出文件夹从默认文件夹更改为其他或预期的文件夹即可解决此问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM