I can chose build options like \MT or \MD in the project settings. But since I have a Visual Studio solution with multiple projects, I am looking for a way to define those options or add additional build configurations on a solution wide level. How this possible in current Visual Studio releases?

有帮助吗?

解决方案

I believe the global settings are in the properties manager in the view menu.

You open that, and pick a project and expand it. There will be various kinds of property sets. Open up the set that applies to you, and make your changes there.

Once those are set, tell your normal project properties to inherit from parent, then you should be good to go.

This link may be useful.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top