I have a Window Forms C# project with some external references and references to other class library projects in the same solution too.
When I build the Window Form project, I want only the referenced libraries be stored in a different location (eg: bin\Release\Libraries), and not in the same folder as the .exe.
Is it possible to do?
This question was here already 2 years ago, but with no sufficient answer :How to save DLLs in a different folder when compiling in Visual Studio?
I need to place just several third party assemblies into separate folder during the build. If I will change build-path it will place all the assemblies there, and that is not what I want.