-
Notifications
You must be signed in to change notification settings - Fork 21
/
clean.bat
27 lines (26 loc) · 885 Bytes
/
clean.bat
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
del /q .\build\*.*
mkdir .\build
rmdir /q /s .\WootzJs.Compiler\bin
rmdir /q /s .\WootzJs.Compiler\obj
rmdir /q /s .\WootzJs.Compiler.Tests\bin
rmdir /q /s .\WootzJs.Compiler.Tests\obj
rmdir /q /s .\WootzJs.ComponentModel.DataAnnotations\bin
rmdir /q /s .\WootzJs.ComponentModel.DataAnnotations\obj
rmdir /q /s .\WootzJs.Injection\bin
rmdir /q /s .\WootzJs.Injection\obj
rmdir /q /s .\WootzJs.JQuery\bin
rmdir /q /s .\WootzJs.JQuery\obj
rmdir /q /s .\WootzJs.Models\bin
rmdir /q /s .\WootzJs.Models\obj
rmdir /q /s .\WootzJs.Mvc\bin
rmdir /q /s .\WootzJs.Mvc\obj
rmdir /q /s .\WootzJs.Runtime\bin
rmdir /q /s .\WootzJs.Runtime\obj
rmdir /q /s .\WootzJs.Rx\bin
rmdir /q /s .\WootzJs.Rx\obj
rmdir /q /s .\WootzJs.Rx.Tests\bin
rmdir /q /s .\WootzJs.Rx.Tests\obj
rmdir /q /s .\WootzJs.System\bin
rmdir /q /s .\WootzJs.System\obj
rmdir /q /s .\WootzJs.Web\bin
rmdir /q /s .\WootzJs.Web\obj