Related to this question, I am referencing the Debug versions of these assemblies while I'm in development so that I can debug the DLLs as well as the project that references them. Is there an easy way to make sure that when the project is built for release it points to the release versions of the DLLs?
Thanks!