I’m going to upgrade my solution from .net3.5 to .net4.0. But my solution have 120 projects.
I get a macro from here: Change the Target Framework for all my projects in a Visual Studio Solution
It works, but it only changes the target framework, not the references. i need to remove some references and re-add them for version 4.0.
Is there any method to do this automatically?I dont want to do this for all 120 projects.
I would try search and replace in all the *.*proj files using a powerful text editor (e.g. Notepad++). It may require regular expressions.