On the recent addition of solution files for VC++ 10, has anyone
found a simple way to add additional include directories
and libs? This used to be done using Tools/ Options
/ Projects and Solutions / VC++ Directories, and in
this way the settings would apply to all projects in a solution.
But this feature has been deprecated in VC++ 10, and instead
user property sheets are supposed to be used, but I don't
see how to do this so that it applies to all projects in
a solution (globally).
This can be done on a project-by-project basis using
Properties / Configuration Properties / VC++ Directories,
but this would have do be done for each project, and
for each configuration (Debug, Release, x32, x64, etc.).
Very tedious.
A solution that works for the Express edition is of
course preferred.
Thanks,
Dominick
|