摘要:
1.在Repository -> Repository settings -> Ignored files内添加设置 ## Ignore Visual Studio temporary files, build results, and ## files generated by popular V 阅读全文
posted @ 2021-07-15 14:34
云辰
阅读(613)
评论(0)
推荐(0)
摘要:
1.打开项目属性,点击生成事件,选择编辑后期生成 2.点击宏命令 3.编辑宏命令 3.1.先创建固定文件夹的路径。MD【创建文件夹命令】, $(SolutionDir)【双击选择的宏则自动带出,表示解决方案的路径】,..【表示返回上一层文件夹命令】,Library【文件夹名】 MD $(Soluti 阅读全文
posted @ 2021-07-15 10:40
云辰
阅读(1054)
评论(0)
推荐(0)