Hi
When you add a reference to a dll, VS makes a copy of it to the debug directory. I have a few solutions the each builds to a dll and these dll's gets referenced by one app, but each solution also reference each other when needed. Now every solution's debug directory is full of different dll's.
I want them all the be located in one directory. So every time I add a reference, VS can make a copy of the dll in that one directory and only leave the solution's own dll in the solution's debug directory.
How can I tell VS to do this?
Thanks in advance.
Loading
Ahmed ElnagarPosted Sep 17, 2009, 6:44 AM
LisaPosted Feb 17, 2009, 9:52 AM
first of all you cannot have a single debug directory for all the solutions.
may be you can create .cmd file which actually moves out the dll from the location you specified to the required debug and release folders without you being manually copy paste it.
Thanks,
Lisa