Add New Link is a .NET option used to add a reference to an assembly. You cannot create static link libraries in .NET, assemblies are always dynamically loaded. Suspending distrust and actually answering the question: you use the "Browse" tab in the dialog box to avoid the need to add a project to the solution.
Native projects using a static link library should use the Linker, Input, Additional Dependencies parameter. No need to add the project that generated the .lib. If you did not provide the full path to .lib, you can use Linker, General, Additional Linker Directories to tell the linker where to look for .lib
source share