Where to place the dll files to resolve the reference
问题 I have a dotnet project codebase without documentation. To build, there are batch files available. When I open the .sln file in VS, there are reference errors, which can be cleared by modifying .csproj file and updating <Reference Include="MyLibrary.module, version=1.0.1, Culture=neutral, PublicKeyToken=randomstring" /> with <Reference Include="MyLibrary.module, version=1.0.1, Culture=neutral, PublicKeyToken=randomstring"> <HintPath>path-to-dll-here</HintPath> </Reference> But rather then