If you know the name and version of the assembly, as shown below, you can load the project and open csproj in edit mode. Then find the links and add the dll link
Example
<Reference Include="ReferenceDllAssemblyName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5a159fbc978150a3, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\TempPath\ReferenceDllAssemblyName.dll</HintPath> </Reference>
Can perk
source share