The CUDA.RULES file supplied with the current SDK is apparently not compatible with Visual Studio 2010. The VS2010 translator (which tries to convert CUDA.RULES to CUDA.TARGETS) fails with an error about semicolons being the only legal delimeter, and then the project does not build. Is there a CUDA.TARGETS file that is compatible with VS2010 available?
Tim