First
There are several questions similar to this, but none have answers that solved my problem nor can I post in them. The closest one is in this question.
I found the answer here. And I am posting here so I can found it later.
The Question: How to build my project and have all my Referenced Library
inside a lib
sub-folder?
A want this output directory:
To be stay like this:
In your
App.config
file, insert this:Then go to
Project -> Properties
--- right click in yourProject
, then in theContextMenu
selectProperties
.Now go to
Build Events
and add the following code inside thePost-build event command line
text box (as you can see in the bellow image).After
Build your project and say good bye to your OCD!