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
Post a Comment