markus / KCOM / obfuscar.xml @ d0286794
이력 | 보기 | 이력해설 | 다운로드 (450 Bytes)
1 | 4fcd9bda | taeseongkim | <?xml version="1.0" encoding="utf-8"?>
|
---|---|---|---|
2 | <Obfuscator>
|
||
3 | <Var name="InPath" value="." /> |
||
4 | fc9da8df | taeseongkim | <Var name="OutPath" value=".\Obfuscator_Output"/> |
5 | 4fcd9bda | taeseongkim | <Var name="KeepPublicApi" value="true" /> |
6 | fc9da8df | taeseongkim | <Module file="$(InPath)\KCOM.EXE"> |
7 | <SkipNamespace name="KCOM"/> |
||
8 | <SkipNamespace name="KCOM.*"/> |
||
9 | </Module>
|
||
10 | 4fcd9bda | taeseongkim | <Module file="$(InPath)\MarkupToPDF.dll" /> |
11 | <Module file="$(InPath)\CommonLib.dll" /> |
||
12 | <Module file="$(InPath)\ZoomAndPan.dll" /> |
||
13 | </Obfuscator> |