SFML community forums

Help => General => Topic started by: leibnizzle on July 13, 2013, 09:23:08 pm

Title: Do I have to set dependancies for every new project (VS C++11)
Post by: leibnizzle on July 13, 2013, 09:23:08 pm
I'm a big newbie when it comes to C++ and I'm trying to learn through doing some graphics stuff in SFML.

I just got the first tutorial code from sfml-dev.org to work after several hours of irritation. Just wondering if I have to go through the motions every time I want to make a new project or if there is some way to copy the settings to new projects?
Title: Re: Do I have to set dependancies for every new project (VS C++11)
Post by: awsumpwner27 on July 14, 2013, 12:16:00 pm
You're in luck!
http://msdn.microsoft.com/en-us/library/vstudio/669zx6zc(v=vs.110).aspx#bkmkPropertySheets

Visual Studio has such a feature. You can save "property sheets" for reuse in other projects.