I have multiple solutions on my system that are unrelated to each other. For some strange reason, files from one solution are showing up in the second solution's bin directory when I do a build of the second solution. For example, I have the following Solution folders and files:
SolutionA\Dependencies\lib\ajaxuploader.lic
SolutionB\WebSite\bin
When I open SolutionB in Visual Studio 2008 and then rebuild the solution, it always copies the ajaxuploader.lic file from SolutionA to the SolutionB\WebSite\Bin folder. They are completely different solutions.
I even checked out the files from SVN on to a clean system and this weird behavior is still happening. I know the file is being copied from SolutionA because if I remove the SolutionA directory or files, then they don't show up in SolutionB when I rebuilt it.
Can anybody shed some light on what is happening here?
Thanks in advance.