How can I get all the .pdb files in the same folder?

Posted by uvts_cvs on Stack Overflow See other posts from Stack Overflow or by uvts_cvs
Published on 2009-11-18T16:48:13Z Indexed on 2010/04/14 0:03 UTC
Read the original article Hit count: 158

I have a solution in Visual Studio 2008, it has dozens of projects.

I would like to have all the pdb in the same folder.

From the property page of a project I see that the pdb will go to the "Intermediate Directory"; also .obj files go to the "Intermediate Directory".

Each of our projects has its own folder because we want to keep the .obj separated, at the same time I would like to have all the pdb in the same folder.

Looking at the buildlog.htm I see the option /PDB which controls the pdb path, this option doesn't seem to me available in the property page.

Maybe I will have to use a post buil script?

© Stack Overflow or respective owner

Related posts about pdb-ms

Related posts about visual-studio-2008