VS2008: Add custom build rule to a Property Sheet (vsprops)?

Posted by shoosh on Stack Overflow See other posts from Stack Overflow or by shoosh
Published on 2009-10-26T08:13:45Z Indexed on 2010/03/25 8:23 UTC
Read the original article Hit count: 490

I'm using the CUDA .rules file which comes with the CUDA SDK for custom build steps in my project.
To save on property duplication I'd like to define the properties of the CUDA rule in a .vsprops file. For some reason, the CUDA rule branch of the properties tree does not show under any of my property sheets, only under the main configurations sheets.
I tried editing the .vsprops with a text edition and add the section by hand but there is no change it still does't show when in visual studio.
Is there a way to do this?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about vsprops