MSBuild: Custom.After.Microsoft.Common.targets for native C++ projects in VS2010

后端 未结 2 975
梦如初夏
梦如初夏 2020-12-10 18:09

I\'ve read about the use of \"Custom.Before.Microsoft.Common.targets\" and \"Custom.After.Microsoft.Common.targets\" in order to execute a custom target before/after every p

2条回答
  •  自闭症患者
    2020-12-10 18:50

    You can also add project content into one of *.props files from directory %LOCALAPPDATA%\Microsoft\MSBuild\v4.0\

    It make same effect.

提交回复
热议问题