plz, tell me how to setup property to use dynamic parallelism in visual studio 2008

hi guys,
.
I’d like to test dynamic parallelism for my sources;
.
The samples of cuda toolkit v5.0 are working well;
.
but my sources doesn’t work and fail to build.
.
I’ve already changed several properties.

  • CUDA Runtime API
  1. Generate Relocatable Device Code : -rdc=true
  2. GPU Architecture : sm_35
  • CUDA Linker
  1. Extra Options : cudadevrt.lib
  2. GPU Architecture : sm_35
    .
    Are there something to be changed properties more?
    .
    plz help me!!