I need to change the target framework for all projects. I have many solutions with hundreds of projects.
Anything new here or do I have to change every single proje
I think by far the easiest way to do this is using a search and replace tool. It is an advantage if it supports regex.
There must be quite a few out there - the first one I tested worked for me, though: http://www.ecobyte.com/replacetext/
There is a note saying it has some issues on Win7, but I didn't experience that.
Step by step instructions in that tool:
.* )4.0 )Now If for some reason you need to do this in code, I would probably be able to do that as well (it's how I found this question). In that case, please request it in a comment.
