Setting up Application Project Properties in Visual Studio .NET 2003
Visual Studio Linker Input Properties
Here we will examine the C++ Linker Input Properties Tab.
Additional Dependencies This is where you will put the names of the libraries you want to be statically linked to your project. List the names of the library files delimited by spaces.
It is important to remember that these get linked on a per-project basis!