How to use option to nvcc with VS2005

Hello~all! I program with VS2005 …
I want to know how to add the option to nvcc to compile your CUDA…
Where can I find the introduction of options to control nvcc???

Because rencently I download the “CUDA GPU Occupancy Calculator”
The help said ~
"To determine the number of registers used per thread in your kernel, simply compile the kernel code using the option --ptxas-options=-v to nvcc. "
^^^^^^^^^^^^
Where can I get this information and use this options to get more information of my CUDA program…??

Thanks~~~ ^0^