2021年3月4日

自动调用 Visual Studio 编译项目

摘要: 命令如下:devenv 解决方案文件.sln /build [ 解决方案配置 ] [ /project 项目名称或文件 [ /projectconfig 名称 ] ] 1.编译整个解决方案: devenv YourSolution.sln /Build 2.以 Release|Any CPU 配置重 阅读全文

posted @ 2021-03-04 14:53 空明流光 阅读(382) 评论(0) 推荐(0)

导航