Used CMAKE_CUDA_ARCHITECTURES to set compute and sm to 86 but still they appear as 52 under Code Generation CUDA C/C++ of each Visual Studio project's property page. If I set it manually in Visual Studio a new vxproj file is created in addition to ALL_BUILD.vcxproj and INSTALL.vcxproj. Where does this project keep the compute_52,sm_52 values for each project?