I want to make Project_A a generic framework that contains all types of action methods and all required configurations. Now I want to create Project_B and want to use the same configuration and the methods of Project_A.
Could anyone please give me a suggestion on that?