Does anybody know if it is possible, and if so how to link to one set of DLL’s in a debug build and a different set of DLL’s in a release build on a C# Project using Visual Studio 2008?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you Unload the project file (context menu of the project) and then edit it, add a condition on the itemgroup for each build configuration holding the references:
After saving your changes, you can Reload the project from the context menu of the project file.