Visual Studio - Change "Treat warnings as errors" to all for every new project

Viewed 50

Whenever I create a new .net project in Visual Studio, I want the "Treat warnings as error" build option to be set to "All" by default. I now have to manually change it after creating every project, but it's easy to forget.

Is there a way to do this?

1 Answers
Related