I've managed to set up SFML to run in Visual Studio 2010 so that the demo works and everything, but is there a way to avoid doing this setup process every time I want to create a new project?
Specifying the file paths and linker settings just seems like something you shouldn't have to do more than once.
Is there a way to make it a preset (such as "Win32 Console Application") when you make a new project, so I can just click "SFML Application" and be done?
If there is no way to do this, what are some work arounds, if there are any?
Thank you, and please excuse me if this is a really nooby question.
I would use a newer version of Visual Studio, but my school still uses Windows XP, so I can't really transfer projects easily unless I use the version that works with my school laptop.