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

Change the color of an oval at click in Java AWT -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -