c++ - Where is the "per file" Custom Build Step in Visual Studio 2013? -
i have converted c++ project visual studio 2010 2013 community edition.
with previous versions right click on source file , edit custom build step in properties. can't find equivalent in vs2013.
the converted project has custom build step , runs it, edit ?
when open raw 2013 .vcxproj file, can see custom build step as
<custombuild include="foo.h.in"> ... </custombuild>
but don't want keep editing project text editor...
just harper described. 1 more thing add - in vs 2013 , higher renamed file specific custom build step
custom build tool
, not shown default. show change configuration properties
-> general
-> item type
custom build tool. apply changes , 'custom build tool' sub menu appear.
Comments
Post a Comment