Visual Studio 项目和项目模板自动添加一些内容到配置文件
我正在尝试在 Visual Studio 中为项目和项目创建模板。
我想知道。
我们可以做一些事情,比如在添加某些项目时在 app.config 中添加一些配置。
或者一些很酷的上下文菜单允许我们在 spring.net 配置文件中添加属性、setter 注入和自动配置(就像我们如何在 asp.net mvc2 控制器模板中从控制器添加视图)。
如果我们可以的话,怎样做呢?
I'm trying to create templates for projects and items in visual studio.
And I wonder.
Can we do something like add some config in app.config when adding some item.
Or some cool context menu allow us to add property, setter injection and auto config in spring.net config file (like how we add view from controller in asp.net mvc2 controller template).
And if we can, how.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自己寻找答案...
向导扩展和配置 API 就可以解决问题
find the answer myself...
wizard extensions and configuration api will do the trick