TDS code generation in sitecore using TextTransform.exe

Viewed 107
1 Answers

I think you should look into reverse engineering the TDS DLL files.

The main file which is doing code generation is HedgehogDevelopment.SitecoreProject.VSIP2015.dll in D:\Program Files (x86)\Hedgehog Development\Team Development for Sitecore (VS2015).

The main entry for code generation should be in Manager class, however I'm not sure about that.

Related