forked from zhllxt/asio2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.cmd
More file actions
58 lines (53 loc) · 1.27 KB
/
clean.cmd
File metadata and controls
58 lines (53 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
del /f /s /q *.vcxproj
del /f /s /q *.vcxproj.filters
del /f /s /q *.vcxproj.user
del /f /s /q *.sln
del /f /s /q cmake_install.cmake
del /f /s /q CMakeCache.txt
rmdir /s /q .vs
rmdir /s /q asio2_example_project
rmdir /s /q CMakeFiles
rmdir /s /q bin
rmdir /s /q x64
rmdir /s /q x86
rmdir /s /q Win32
rmdir /s /q ARM64
rmdir /s /q ARM
rmdir /s /q Debug
rmdir /s /q Release
rmdir /s /q out
rmdir /s /q obj
rmdir /s /q http_client.dir
rmdir /s /q build
rmdir /s /q client\.vs
rmdir /s /q client\asio2_client_example_project
rmdir /s /q client\CMakeFiles
rmdir /s /q client\bin
rmdir /s /q client\x64
rmdir /s /q client\x86
rmdir /s /q client\Win32
rmdir /s /q client\ARM64
rmdir /s /q client\ARM
rmdir /s /q client\Debug
rmdir /s /q client\Release
rmdir /s /q client\out
rmdir /s /q client\obj
rmdir /s /q client\http_client.dir
rmdir /s /q client\build
rmdir /s /q server\.vs
rmdir /s /q server\asio2_server_example_project
rmdir /s /q server\CMakeFiles
rmdir /s /q server\bin
rmdir /s /q server\x64
rmdir /s /q server\x86
rmdir /s /q server\Win32
rmdir /s /q server\ARM64
rmdir /s /q server\ARM
rmdir /s /q server\Debug
rmdir /s /q server\Release
rmdir /s /q server\out
rmdir /s /q server\obj
rmdir /s /q server\http_client.dir
rmdir /s /q server\build
rmdir /s /q ndk\libs
rmdir /s /q ndk\obj