2009年5月11日

如何获取项目下AssemblyInfo.vb文件路径。

摘要: ByVal p As EnvDTE.Project Dim file As String = String.EmptyFor Each item As EnvDTE.ProjectItem In p.ProjectItems If item.Name = "AssemblyInfo.vb" Then file = item.FileNames(0) Exit For End IfNext 阅读全文

posted @ 2009-05-11 11:21 zqonline 阅读(617) 评论(0) 推荐(0) 编辑

XPath开发笔记

摘要: 1./historys/history[assemblyversion='1.0'] <historys> <history> <author>作者</author> <createtime>创建时间</createtime> <client>客户编码</client> <programconte... 阅读全文

posted @ 2009-05-11 11:19 zqonline 阅读(136) 评论(0) 推荐(0) 编辑

导航