Hi,

I maintain several nopCommerce plugins. I need to create a build for 2.3, 2.4, and 2.5. Is there a way I can tell my class library to pull different bin folders, based on a configuration? Maybe Debug, Release, nop23, nop24, nop25?

Right now, I have the same class library attached to three projects. Each time I build, I need to remove all the references and readd them.