c++ - Visual Studio 2010 linking libraries and include paths for multiple projects -


i working on visual studio 2010 project use glew, glut , glm. have linked libraries , dll project.

question how do once , when create new project linked , libraries , paths linked past project still there.

so dont have again.

thank you.

you can create own project templates.

  1. create empty project libraries linked.
  2. file -> export template
  3. select "project template", choose template name , icons.
  4. check if "automatically import template visual studio" checked.
  5. now can create projects template.

Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -