How to save VC++ settings?

I've just finished configuring SDL in VC++ and it took a while, I'm wondering if there's a way to 'save' these changes so I don't have to bother doing all that again when I make a new SDL project?
Make a template project that you can just copy and paste the project folder to start a new project ;)
If you have Visual Studio 2012, file>export template. For 2010 you can make a custom property sheet (*.props) and import it to new projects or you can create a custom project wizard which is a bit of a pain.
Last edited on
Topic archived. No new replies allowed.