S
Scott Yost
I reference a .NET DLL to import some of my custom types. I can build that
DLL in debug or release mode, but I usually keep the debug one built so I
can debug it. When I want to link to the release version of the DLL, I find
that I have to remove the reference from the project and point VS. NET to
the release version of the DLL. Is there some way to do this automatically,
like it usually done in the past, so that the release/debug switch can work
as expected?
Thanks!
Scott Yost
DLL in debug or release mode, but I usually keep the debug one built so I
can debug it. When I want to link to the release version of the DLL, I find
that I have to remove the reference from the project and point VS. NET to
the release version of the DLL. Is there some way to do this automatically,
like it usually done in the past, so that the release/debug switch can work
as expected?
Thanks!
Scott Yost