随笔分类 -  MS Technology

微软技术相关!
摘要:##############################################Warm up VS for the first time#Usage:# WarmUpVS.ps1 -vsVersion [vsVersion]#Parameters:# vsVersion: The vsVersion, could be VS100 or VS110##############################################function warmUpVS {Param([string]$vsVersion)$error.clear()$programFile.. 阅读全文
posted @ 2012-11-11 22:32 我是小菜鸟 阅读(528) 评论(0) 推荐(0) 编辑