Hi.
I have solution with few projects - parts of main business application (eventually all parts will be joined together by MEF or can be used as independent application).
Almost all projects use Telerik components (some RadTreeView, some expander, etc..).
So each project has subfolder with telerik libraries. Looks like it is bad idea - 1. because each xap file has redundand libraries, 2. if I update telerik library I need update it in each project and recompile everything again..3 if dll is different version - conflict.
Anyway how to create solution structure to keep only one copy of telerik DLLs across the solution, and every project will refer to one central location?
I have solution with few projects - parts of main business application (eventually all parts will be joined together by MEF or can be used as independent application).
Almost all projects use Telerik components (some RadTreeView, some expander, etc..).
So each project has subfolder with telerik libraries. Looks like it is bad idea - 1. because each xap file has redundand libraries, 2. if I update telerik library I need update it in each project and recompile everything again..3 if dll is different version - conflict.
Anyway how to create solution structure to keep only one copy of telerik DLLs across the solution, and every project will refer to one central location?