c# - Where to place Dlls in version control visual studio -


my current structure follows

  • /project name/
  • file1.cs
  • file2.cs
  • project.sln
  • libraries/

i know common answer put libraries folder within /project name/ folder shown above. correct?

if so, need special when adding references in project? need set "copy local" option? thanks.

for answer first question, see location of third party dll's in version control .net project.

for second question: nothing special needs done; adding reference in visual studio (using browse tab) automatically set assembly dll copied output folder.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -