Cannot find CUDA project template in Visual Studio

I installed Visual Studio 2010 Express and then CUDA toolkit.
When I try to create a new project, I couldn’t find any CUDA template.

The documentation says the *.rules files are incorporated into the VCProjectDefaults
directory. I checked, but these files aren’t there…

Any solution?

Extra rules files are only supported on VS 2005 and VS 2008. For VS 2010, extra msbuild build customization files are provided here. All build customization files are copied into C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations (C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations on 64 bit) folder