How configure a project with multiple versions of a referenced assembly

  • Thread starter Thread starter anders.eriksson
  • Start date Start date
A

anders.eriksson

Guest
I'm creating an dll, which are used as an "plugin". The main program exists in multiple versions, which demands different versions of Log4Net and I must follow the main programs version.

My code is the same for all versions of the main program, except I need to reference different versions of log4net, depending on which version of the main program my "plugin" will be used.

Is there some better way than creating multiple projects, one for each version of the main program?
I don't want to have my code duplicated for each project...

// Anders

Continue reading...
 
Back
Top