I am using visual studio 2015 for generating a class file using t4 template. I am succeeded in generating the .cs file in the same project. Instead how do I generate the same class file in different project of the same solution and added to the project automatically? Is it possible without using t4 toolbox. Please help me. thank you
↧