Hello,
If u are looking for option from VS UI , i dont think so that u could get such options, but in most cases you can make a change in a single project then see the differences in the the .csproj file against the previous version to see what the IDE changed, and then use a global file replace to propagate that change quickly through many projects.
and also that .csproj files are simply XML file that u can see the differences easily.
Regards
D