|
From: Luigi B. <lui...@gm...> - 2010-11-04 12:45:44
|
On Tue, 2010-11-02 at 20:32 -0400, Dominick Samperi wrote: > 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). Yes, I had to go through the same ordeal. After much searching, what I did was: - select View/Property Manager from the IDE menu; - open the subtree for any project and configuration; - you'll find a Microsoft.Cpp.Win32.User property page inside. - right-click and select Properties. Inside the dialog there's the good old "VC++ directories" option. The trick is that this particular page is shared, so when you edit it in one project/configuration they all should see it (I don't remember if I restarted the IDE after modifying it, though.) Luigi -- I hate quotations. -- Ralph Waldo Emerson |