Removing CUDA from a Project

I don’t know if this is the correct section. I started a project in Visual Studio 2017 that will use CUDA and want to share it for a different purpose that won’t use it.

The problem is I’m pretty much sure that just altering the name for *.c and deleting the CUDA includes won’t be enough, as I can build it and get this inside the output:

“C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\bin\nvcc.exe”

What else it is necessary to remove CUDA from a project so someone can run it in the same Visual Studio? I’m new so this can be an easy task. But I don’t know the answer for it.