configing visual studio release directories just like debug altogether? is it possible?

Started by
1 comment, last by Icebone1000 11 years ago

Configuring the same directories on the properties 4 times per project (x64 debug/release, Win32 debug/release) is a pain, theres any way I can make at least the release mode inherit from debug or something?

Is it the only way coping and pasting the include and lib directories? Ive heard about property sheets, but I dont know if they can work for directories only, theres any trick or setting each by hand is really the best?

Advertisement
When you open your project properties, at the top of the dialog box there are two drop down boxes: one for configuration, one for platform. Click on each one and select "All Configurations" and "All Platforms". Now whatever changes you make will be applied to all configurations and platforms simultaneously.

"All Configurations" works like a charm, thanks!

But I get an error when I try All Platforms, a dialog box pops saying "theres no property pages for the selection"

This topic is closed to new replies.

Advertisement