摘要: string workingDirectory = Environment.CurrentDirectory; string projectDirectory2 = Directory.GetParent(workingDirectory).Parent.Parent.FullName; 阅读全文
posted @ 2020-09-21 15:11 JinweiChang 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1. 连接TFS 在VS中连接TFS 打开Team Explorer 点击管理连接→select Team Project 点击 Servers→Add,输入TFS服务名,OK 选择要连接的工程→connect 2迁入代码 工程中额外引用的dll,要在工程中建个文件夹放入并包含进工程。(不然dll不 阅读全文
posted @ 2020-09-21 14:37 JinweiChang 阅读(3898) 评论(0) 推荐(1) 编辑