ConsumeLptTemplate and project file contents

Posts   
 
    
nottinbe
User
Posts: 46
Joined: 15-Mar-2007
# Posted on: 17-Jul-2007 21:45:25   

I have created a new templatebindings file, and a new lpt file. They are in the correct locations, and are found by Template Studio. I have added the a ConsumeLptTemplate task to my task queue, and the code is generated successfully.

However, the generated .cs file is not added to the visual studio project. It looks like the CodeEmitter task does this, but that seems to be only for TDL. How do I get the output generated by an lpt to be added to the VS project file?

Thanks, Brian

Walaa avatar
Walaa
Support Team
Posts: 14987
Joined: 21-Aug-2005
# Posted on: 18-Jul-2007 16:41:57   

I'm not an expert with lpt templates but I think an opposite question was asked here, and I guess you may benefit from the answer: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7865

nottinbe
User
Posts: 46
Joined: 15-Mar-2007
# Posted on: 18-Jul-2007 17:13:36   

Thanks - I needed to add my custom task group as a child of the task group that created the project.