If I build a solution in VS2005, will the build go to both bin/Debug and bin/Release? Or do I need to specify something?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
No, it only goes into what release you've specified VS to build under. There should be a dropdown in your standard toolbar that specifies whether it's Debug, Release or any other custom build configuration that you've specified. In this image it's set to debug (from the red highlight on the top of the screenshot) so will by default go to bin\Debug. |
|||||||
|