How to set configuration properties in VS once and for all?

Posted by atch on Stack Overflow See other posts from Stack Overflow or by atch
Published on 2010-04-07T16:21:41Z Indexed on 2010/04/07 16:33 UTC
Read the original article Hit count: 212

Filed under:
|

In VS 2010RC I have to specify configuration properties and specifically included path every time I'm creating new project. Is there a way to do it just once for all future projects?
I'm asking this for a reason that I'm starting to use Boost libraries and I have to specify all those paths every time I'm creating project which is bit tedious.

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio-2010