J
Jonathan Wood
I've decided to place some of my commonly used routines into a common
library. So I created a separate project and added a reference to that
project from projects that use it.
This works fine except that it appears I have to reference the compiled DLL.
But I would like to reference the DLL in the debug folder when I'm doing a
debug build, and reference the DLL in the release folder when I'm doing a
release build.
How would you approach that?
Thanks.
Jonathan
library. So I created a separate project and added a reference to that
project from projects that use it.
This works fine except that it appears I have to reference the compiled DLL.
But I would like to reference the DLL in the debug folder when I'm doing a
debug build, and reference the DLL in the release folder when I'm doing a
release build.
How would you approach that?
Thanks.
Jonathan