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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -