Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update reference paths for all projects in a solution at once

I need to add a reference path to all projects (over 35 projects) in a solution. Doing this manually would be time consuming.

Is there a way to update/add/remove reference paths for all the projects programmatically?

I found an add-in that helps in what I need but unfortunately the add-in's download link is broken.

like image 796
Ibrahim Abdulkarim Avatar asked Aug 15 '11 14:08

Ibrahim Abdulkarim


1 Answers

You could always open the csproj files in a text editor an perform a find/replace. Notepad++ has a handy replace in files feature.

like image 145
jrummell Avatar answered Nov 16 '22 00:11

jrummell