T4文本模板 - 使用tt生成web.config的一部分

时间:2015-09-28 08:28:32

标签: c# texttemplate

我有很多WCF服务的大解决方案,我的web.config文件(特别是system.servicemodel部分)太大了,所以我用这种方式划分了我的4个部分

<system.serviceModel>
   <extensions configSource="extensionsTextTemplate.config" />
   <services configSource="servicesTextTemplate.config" /> 
   <behaviors configSource="behaviorsTextTemplate.config" />
   <bindings configSource="bindingsTextTemplate.config" />
</system.serviceModel>

现在我想知道如何配置我的.tt文件,这样当我修改一些东西时,他们会修改.config文件..任何人都可以帮助我? 抱歉我的英文不好

0 个答案:

没有答案