In my project I\'m using some third-party libraries. I include them using the references folder in Visual Studio.
But where should I save the DLL files? They are ref
Take a look at NuGet (package manager for Visual Studio)...
NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.
Then read this NuGet doc to get the crème de la crème:
Using NuGet without committing packages to source control