Heiko
Well-known member
Hi there,
in order to increase the overall development performance Ive split my solution into 6 smaller ones, each with one to three DLLs plus one Executable.
Now I am a bit in a mess with the references.
Is there any good advice ?
Any settings that I dont know of, which allow me to, for example, recompile my Core.dll and then have this new build if core.dll refenced in all other projects (and not the previous version) ?
I am asking because I am getting these "can not be copied to target directory (or so, my message is in German)" errors all the time.
Or - another idea - is there an "ant-like" tool around for such tasks? Either buiding the whole set, or re-importing the references ?
Any hints?
Thanks
Heiko
in order to increase the overall development performance Ive split my solution into 6 smaller ones, each with one to three DLLs plus one Executable.
Now I am a bit in a mess with the references.
Is there any good advice ?
Any settings that I dont know of, which allow me to, for example, recompile my Core.dll and then have this new build if core.dll refenced in all other projects (and not the previous version) ?
I am asking because I am getting these "can not be copied to target directory (or so, my message is in German)" errors all the time.
Or - another idea - is there an "ant-like" tool around for such tasks? Either buiding the whole set, or re-importing the references ?
Any hints?
Thanks
Heiko