#obj #bin #solution #delete #vs #directories #command

app delete_bin_obj

删除 VS 解决方案中的 /bin 和 /obj 目录

5 个版本 (2 个稳定版)

1.0.1 2022年3月15日
1.0.0 2022年2月12日
0.2.1 2022年2月12日
0.2.0 2022年2月12日
0.1.0 2022年2月12日

#8 in #vs

MIT 许可证

6KB
60 代码行

delete_bin_obj

删除 VS 解决方案中的 bin 和 obj 文件夹。

说明

安装

Windows

此处安装 rustup

MacOS 和 Linux

运行 curl https://sh.rustup.rs -sSf | sh

使用方法

  1. 运行 cargo install delete_bin_obj
  2. 从命令行导航到所需的项目根目录(解决方案文件所在位置)
  3. 运行 delete_bin_obj delete 然后,您的二进制文件就消失了!

依赖项

~2.5–10MB
~91K SLoC