Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top