How to define default project setting in a visual studio solution

Viewed 7503

I have a solution that has several projects all related to each other.

When I create a new project, I need to go into its setting and change default setting (for example additional include directory, additional lib directory, using Unicode and ...)

Is there a way that I can create a configuration in solution that all projects using that setting if I am not setting that property for the project (for example type of project, if it is MFC or console or library )

2 Answers
Related