How to switch a project built on Visual studio 2010 from dynamic to static? -


i have started using visual studio 2010 ,so i'm unaware of various options. have created project , in application wizard @ beginning,i had checked box said dynamic libraries.

now need statically link same project make portable.please me out.

thank you.

  1. in solution explorer, find project in question, right click , select properties.
  2. the default selection in left sidebar should configuration property -> general; if it's not, select that.
  3. in main section, under project defaults, set configuration type dropdown static library (.lib).

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -