Find and update *.dll references with original Project references. Works with C# and VB.NET projects. Why this extension was created?A long time ago CPUs and hard drives were much slower. Developers used to split projects into multiple solutions and used DLL references in order for Visual Studio to work faster. Today we have CPUs with more cores and blazing fast solid state drives (SSDs). Developers can load hundreds of projects into one Visual Studio solution, which also is much better for refactoring and debugging. This extension can save time if you want to find and load original projects back into one Solution. How it worksExtension scans specified disk locations for C# (*.csproj) and VB.NET (*.vbproj) project files. Then, it will use that data to update *.dll references with original Project references. During update process, when necessary, original Projects will be automatically added under "References" solution folder. You can find extension settings and data here: C:\ProgramData\Jocys.com\VS Reference Manager\ Before: Projects reference *.dll assemblies. After: Projects reference original Projects, which are also included under "References" solution folder: ► ScreenshotsVisual Studio 2022New Visual Studio 2022 is 64-bit application and no longer limited to ~4gb of memory. Video of Visual Studio 2022 opening a solution with 1,600 projects and ~300k files: Source: https://devblogs.microsoft.com/visualstudio/visual-studio-2022/ Changes2022-02-17 Version 1.12.0
2021-11-23 Version 1.11.0
2021-10-15 Version 1.10.0
2021-09-24 Version 1.8.0
2021-09-10 Version 1.7.0
2021-09-09 Version 1.4.0
2021-09-08 Version 1.2.0
2021-09-08 Version 1.1.0
|