Linking the OpenGL libraries in VS .net

How can i link the OpenGL libraries in Visual studio .net? In VS 6.0 it was under “project->Settings->link” but i cant find it in .NET.
Thanks in advance.
//Aldion

You can do this from Project Property Pages.
In Solution Explorer do a right click on your project and select Properties->Configuration Properties->Linker->Input and in Additional Dependencies enter needed libs.

I don’t know project setting hotkey like in VC6 - Alt+F7