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.
Did you try that fix with VS2005? VS2005 also uses msbuild.
Scott Wisniewski
2009-04-21 17:31:41
Sorry, my bad. Edited my post. Should work fine with 05 as well.
Kent Boogaart
2009-04-21 21:30:49