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.
In VS 2010RC I have to specify configuration properties and specifically included path every
Share
The VC++ Directories (which is what I think you’re looking to configure) have been moved to a property sheet to make them more MSBuild-friendly.
A snippet from http://blogs.msdn.com/vsproject/archive/2009/07/07/vc-directories.aspx:
See the following for more details on property sheets in VC++ 2010: