VS2008: add custom assembly rule to property sheet (vsprops)?

I am using the CUDA.rules file that comes with the CUDA SDK for custom build steps in my project.
To preserve duplication of properties, I would like to define the properties of the CUDA rule in the .vsprops file. For some reason, the CUDA rule branch of the property tree does not appear in any of my property sheets, only in the main configuration sheets.
I tried to edit .vsprops with text editing and add the section manually, but there are no changes that it still does not show when in visual studio.
Is there any way to do this?

+3
source share
1 answer

Nancy answered the question here

" ,   XML- , , :

XML

, . , VS 2010, Custom , VS 2008 .rules , .rules :.targets,.xml .props, . Visual Studio 2010 ++ ."

, :)

+2

Source: https://habr.com/ru/post/1721062/


All Articles