Visual Studio Solutions / Multiple project : How to effectively propagate project properties amongst several C++ projects

后端 未结 5 1374
南旧
南旧 2020-12-04 08:38

I am working with a Visual Studio 2005 C++ solution that includes multiple projects (about 30). Based upon my experience, it often becomes annoying to maintain all the prop

5条回答
  •  感动是毒
    2020-12-04 09:21

    As suggested, you should look at Property Sheets (aka .vsprops files).
    I wrote a very short introduction to this feature here.

提交回复
热议问题