This template will convert a T4 template into an equivalent set of Reegenerator .rgt and its corresponding code behind class .rgt.vb
To use this converter, attach the T4ToRgenCs template to a T4(.tt extension) template and execute "Run custom tool" to intiate the rendering. It will generate a .rgt file and a .rgt.cs file. They are added to the projects as independent files (not as dependent of the original T4 file). Afterward, the original T4 template can be removed from the project.