需要 msbuild 任务来合并 app.config 文件
有谁知道如何将 app.config 文件合并为一个 app.exe.config 文件?
Does anyone know how to combine app.config files into one
app.exe.config file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能给我们更多数据吗?
无论如何,如果您使用 Tigris 任务,Tigris 是一个带有有用的附加任务的自定义库(http://msbuildtasks.tigris.org) 您可以使用新任务合并
您可能会发现TemplateFile任务也很有用(具体取决于您的需要),该任务允许您从模板创建app.exe.config文件,更改一些内部变量。
Could you give us more data?
Anyway, If you use Tigris tasks Tigris is a custom library with useful additional tasks(http://msbuildtasks.tigris.org) you can use new task Merge
You might find useful (depending of what you need exactly) too TemplateFile Task that allows you to create a app.exe.config file from a template changing some internal variables.