How To define new places for the templates currently in use

Posts   
 
    
chrissie
User
Posts: 84
Joined: 05-Oct-2010
# Posted on: 24-Oct-2011 13:43:17   

Hi,

while using MS Windows 7 sp1, sql server 2008 r2, .net fw 4.0, ef 4.0, llblgenpro 3.1 newest, there is still one open question:

every developer in our team has his own root directory which is filled up from tfs. I need to know, how and where to define the directories in which the templates for both, database script generation and code generation. And for sure, where ever these have to be defined, an absolute path is not possible. And it is not possible to let them in the installation directory of LLBLGen Pro 3.x. I would be very glad to get the information about the help files describing this in detail.

Thanx in advance, best regards

Chris

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 24-Oct-2011 15:17:52   

Use the AdditionalTemplatesFolder project property.

AdditionalTemplatesFolder If specified, LLBLGen Pro will look for templateGroups.config/*.language/.templatebindings/.frameworksettings files in this folder as well, besides the default Templates folder and the additional templates folder defined in the LLBLGen Pro preferences. Specify the folder with full path or if you want to make the path relative to the project location, specify the path as a relative path. A relative path starts with '.' or with '..' (without the quotes). If you don't want to use an additional folder, leave it empty.

chrissie
User
Posts: 84
Joined: 05-Oct-2010
# Posted on: 24-Oct-2011 17:56:02   

thank you for answering my question. I will check this and will come back with my results.

best regards

Chris