-
Notifications
You must be signed in to change notification settings - Fork 0
/
prepare.bat
61 lines (44 loc) · 1.54 KB
/
prepare.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
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
59
60
61
@echo off
echo Cleaning ...
call clean ILSpy\ICSharpCode.Decompiler
call clean ILSpy\ILSpy.BamlDecompiler
call clean ILSpy\NRefactory\ICSharpCode.NRefactory
call clean ILSpy\NRefactory\ICSharpCode.NRefactory.CSharp
call clean ILSpy\NRefactory\ICSharpCode.NRefactory.VB
call clean Mono.Cecil
call clean Mono.Cecil\Test
call clean Mono.Cecil\rocks
call clean SAE.de4dot
call clean SAE.Deobf9RayHelper
call clean SAE.DeobfPluginSample
call clean SAE.EditFile
call clean SAE.FileDisassembler
call clean SAE.ILMerge
call clean SAE.MethodSearcher
call clean SAE.PluginSample
call clean SAE.Reflector
call clean SimpleAssemblyExplorer.Core
call clean SimpleAssemblyExplorer.plugin
call deldir SimpleProfiler\Debug
call deldir SimpleProfiler\Release
call deldir SimpleProfiler\Win32
call deldir SimpleProfiler\x64
call delfile SimpleProfiler\SimpleProfiler.ncb
call clean SimpleUtils
call clean TestProject
call delfile TestProject\Assembly\HWISD_nat.dll
call delfile TestProject\Temp\*.*
call clean TestSample
call delfile SimpleAssemblyExplorer.ncb
call delfile SimpleAssemblyExplorer.sdf
call deldir SimpleAssemblyExplorer\obj
call deldir SimpleAssemblyExplorer\bin\x86
call deldir SimpleAssemblyExplorer\bin\x64
call delfile SimpleAssemblyExplorer\bin\debug\*.*
call delfile SimpleAssemblyExplorer\bin\debug\Plugins\*.*
call deldummy SimpleAssemblyExplorer\bin\Release
echo.
echo Checking Version ...
support\AppVer SimpleAssemblyExplorer\bin\release\SimpleAssemblyExplorer.exe sae.autoupdate.xml
echo.
pause