tags:

views:

158

answers:

1

Is it possible to have a project reference one DLL when compiling in DEBUG mode, and another DLL when compiling in RELEASE mode? See, we've got a number of legacy projects we want to go ahead and remove from the solution, and just keep the DLLs around as references until we can eliminate all of the references altogether.

+1  A: 

If VS2005/8, this is a dupe.

HTH, Kent

Kent Boogaart
Did you try that fix with VS2005? VS2005 also uses msbuild.
Scott Wisniewski
Sorry, my bad. Edited my post. Should work fine with 05 as well.
Kent Boogaart