I have this structure:
Projects
|-bin
|-Project1
|-Project2
.....|-crapBin
When I build my solution from project1+2 all the built binaries goes into the bin. But additionally some binaries are also put into the crapBin folder although I have not set this path as output path of any project. Furthermore I have not defined any pre/post build events etc...
What is wrong?