Changing settings in multiple VS project

喜你入骨 提交于 2019-12-11 19:14:18

问题


Is there any way to change settings for multiple projects in a Visual Studio 2008 C++ solution?

For example, adding a library dependancy for all the projects, or ignoring a specific warning.

I am aware being able to change some global settings in the IDE itself, but I'm looking for settings which will be stored in the solution/project files.


回答1:


In the Property Manager tab the Add New project property sheet context menu entry allows you to specify lots of settings to any project including the property sheet.

When another project requires these settings use the Add existing property sheet context menu.



来源:https://stackoverflow.com/questions/2558740/changing-settings-in-multiple-vs-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!