How to configure npp?

Hi,
I have installed the cuda 8.0 with VS2012,and run the sample Kernel_add().
Now I want to use NPP to implement the image convolution.In NPP_Libray_Image_Filter.pdf,there are some basic function like nppGetGpuDeviceProperties().In Visual Studeio ,I put cuda\v8.0\include and cuda\v8.0\bin to the includepath and lib path.
Which dll include the function nppGetGpuDeviceProperties and how can I use it?

study some of the npp sample projects