-
Notifications
You must be signed in to change notification settings - Fork 44
/
clean.cmd
138 lines (94 loc) · 4.07 KB
/
clean.cmd
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
@echo off
del .\bin\* /s /q
for /d %%p in (.\bin\*) do rd "%%p" /s /q
del .\plugins\* /s /q
for /d %%p in (.\plugins\*) do rd "%%p" /s /q
del .\deploy\*.zip /q
del .\deploy\*.exe /q
for /d %%p in (.\appdata\*) do rd "%%p" /s /q
del .\appdata\GEDKeeper2.log
del .\appdata\GEDKeeper2.nms
del .\TestResult.xml
del .\coverageResults.txt
del .\NUnitResults.xml
del .\opencover.xml
rem <<< Main assemblies cleaning >>>
rmdir .\locales\.vs /s /q
rmdir .\projects\.vs /s /q
rmdir .\projects\.idea /s /q
rmdir .\projects\GKCore\bin /s /q
rmdir .\projects\GKCore\obj /s /q
rmdir .\projects\GKTests\bin /s /q
rmdir .\projects\GKTests\obj /s /q
rmdir .\projects\GKTests\OpenCover /s /q
rmdir .\projects\GKTests\PartCover /s /q
rmdir .\projects\GKTests\ProfilingSessions /s /q
rmdir .\projects\GKv2\.vs /s /q
rmdir .\projects\GKv2\GEDKeeper2\bin /s /q
rmdir .\projects\GKv2\GEDKeeper2\obj /s /q
rmdir .\projects\GKv2\GEDKeeper2\ProfilingSessions /s /q
rmdir .\projects\GKv2\GKComponents\bin /s /q
rmdir .\projects\GKv2\GKComponents\obj /s /q
rmdir .\projects\GKv2\GKTray\bin /s /q
rmdir .\projects\GKv2\GKTray\obj /s /q
rmdir .\projects\GKv2\GKTestsUI2\bin /s /q
rmdir .\projects\GKv2\GKTestsUI2\obj /s /q
rmdir .\projects\GKv2\GKTestsUI2\OpenCover /s /q
rmdir .\projects\GKv2\GKTestsUI2\PartCover /s /q
rmdir .\projects\GKv2\GKTestsUI2\ProfilingSessions /s /q
rem <<< GKMap >>>
rmdir .\projects\GKMap\GKMap.Core\bin /s /q
rmdir .\projects\GKMap\GKMap.Core\obj /s /q
rmdir .\projects\GKMap\GKMap.WinForms\bin /s /q
rmdir .\projects\GKMap\GKMap.WinForms\obj /s /q
rmdir .\projects\GKMap\GKMap.EtoForms\bin /s /q
rmdir .\projects\GKMap\GKMap.EtoForms\obj /s /q
rmdir .\projects\GKMap\GKMap.Xamarin\bin /s /q
rmdir .\projects\GKMap\GKMap.Xamarin\obj /s /q
rem <<< GKv3 >>>
rmdir .\projects\GKv3\.vs /s /q
rmdir .\projects\GKv3\.idea /s /q
rmdir .\projects\GKv3\GEDKeeper3\bin /s /q
rmdir .\projects\GKv3\GEDKeeper3\obj /s /q
rmdir .\projects\GKv3\GKComponents\bin /s /q
rmdir .\projects\GKv3\GKComponents\obj /s /q
rem <<< GKvX >>>
rmdir .\projects\GKvX\.vs /s /q
rmdir .\projects\GKvX\GEDKeeperX\bin /s /q
rmdir .\projects\GKvX\GEDKeeperX\obj /s /q
rmdir .\projects\GKvX\GEDKeeperX.Android\bin /s /q
rmdir .\projects\GKvX\GEDKeeperX.Android\obj /s /q
del .\projects\GKvX\GEDKeeperX.Android\*.csproj.user /s /q
rmdir .\projects\GKvX\GEDKeeperX.iOS\bin /s /q
rmdir .\projects\GKvX\GEDKeeperX.iOS\obj /s /q
rem <<< Plugins cleaning >>>
rmdir .\projects\plugins\GEDmill\bin /s /q
rmdir .\projects\plugins\GEDmill\obj /s /q
rmdir .\projects\plugins\GKBackupPlugin\bin /s /q
rmdir .\projects\plugins\GKBackupPlugin\obj /s /q
rmdir .\projects\plugins\GKCalculatorPlugin\bin /s /q
rmdir .\projects\plugins\GKCalculatorPlugin\obj /s /q
rmdir .\projects\plugins\GKCalendarPlugin\bin /s /q
rmdir .\projects\plugins\GKCalendarPlugin\obj /s /q
rmdir .\projects\plugins\GKChroniclePlugin\bin /s /q
rmdir .\projects\plugins\GKChroniclePlugin\obj /s /q
rmdir .\projects\plugins\GKFlowInputPlugin\bin /s /q
rmdir .\projects\plugins\GKFlowInputPlugin\obj /s /q
rmdir .\projects\plugins\GKHistoryDataPlugin\bin /s /q
rmdir .\projects\plugins\GKHistoryDataPlugin\obj /s /q
rmdir .\projects\plugins\GKLifePlugin\bin /s /q
rmdir .\projects\plugins\GKLifePlugin\obj /s /q
rmdir .\projects\plugins\GKNamesBookPlugin\bin /s /q
rmdir .\projects\plugins\GKNamesBookPlugin\obj /s /q
rmdir .\projects\plugins\GKNavigatorPlugin\bin /s /q
rmdir .\projects\plugins\GKNavigatorPlugin\obj /s /q
rmdir .\projects\plugins\GKPedigreeImporterPlugin\bin /s /q
rmdir .\projects\plugins\GKPedigreeImporterPlugin\obj /s /q
rmdir .\projects\plugins\GKStdReports\bin /s /q
rmdir .\projects\plugins\GKStdReports\obj /s /q
rmdir .\projects\plugins\GKTextSearchPlugin\bin /s /q
rmdir .\projects\plugins\GKTextSearchPlugin\obj /s /q
rmdir .\projects\plugins\GKTimeLinePlugin\bin /s /q
rmdir .\projects\plugins\GKTimeLinePlugin\obj /s /q
rmdir .\projects\plugins\GKWordsCloudPlugin\bin /s /q
rmdir .\projects\plugins\GKWordsCloudPlugin\obj /s /q