from cuda 6.5 to 7.5

dears;
i had a visual studio project run will with cuda 6.5, i removed cuda .5 and installed cuda 7.5 and the project didn’t run, how can i solve this problem?

you can change CUDA 6.5 to 7.5 with right-click your project on Solution Explorer, Build Dependencies → Build Configuration

thanks