Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Do I have to set dependancies for every new project (VS C++11)  (Read 948 times)

0 Members and 1 Guest are viewing this topic.

leibnizzle

  • Newbie
  • *
  • Posts: 1
    • View Profile
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?

awsumpwner27

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Do I have to set dependancies for every new project (VS C++11)
« Reply #1 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.