Hello everyone,
I got visual studio 2013 and wish to do cuda c programming using the same. I am trying to add cuda configuration files to vs2013. I went through a document demonstrating the process using VS2012. According to the document, " C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations" should contain the required file. I could follow until the folder “v4.0”, but inside it there was another folder named “V120” and inside that folder I found the folder BuildCustomization. Inside BuildCustomization, I found the following files
ImageContentTask.targets
lc.targets
masm.targets
MeshContentTask.targets
ShaderGraphContent.targets
Could anybody tell me whether I am on right path and which one of the above files is the proper one.
Thanks in advance