使用しているライブラリの新しいバージョンがリリースされているかどうかを確認したり、新しいバージョンに更新したときにすべての csproj プロジェクトのすべての参照を変更したりするのにうんざりしていませんか?
たとえば、これらの参照を使用する多くの csproj プロジェクトがあります。
<HintPath>..\..\..\Referencias Externas\Microsoft.Practices.EnterpriseLibrary 4.1\Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll</HintPath>
...more...more...
<HintPath>..\..\..\Referencias Externas\Unity 1.2\Microsoft.Practices.Unity.dll</HintPath>
...more...more...
<HintPath>..\..\..\Referencias\Company\2.0\Company.Common.dll</HintPath>
現在、新しいバージョン、EnterpriseLibrary 5.0、Unity 2.1、NHibernate 3.2 など、および Company Framework (Company.Common.dll など) への参照を使用したいと考えていますが、多くのプロジェクトですべての参照を変更する必要があります。
簡単かつ迅速に行うためのVS2010の拡張機能はありますか?
ProjectConverter のようなものが欲しい - 自動更新 DevExpress 参照 http://www.devexpress.com/Support/Center/p/Q308968.aspx
参照: http://feedback.wovs.com/forums/71955-extension-ideas/suggestions/1003595-automatic-reference-update