markus / obfuscar.xml @ 87542f92
이력 | 보기 | 이력해설 | 다운로드 (428 Bytes)
1 | 3c71b3a5 | taeseongkim | <?xml version='1.0'?>
|
---|---|---|---|
2 | <Obfuscator>
|
||
3 | <Var name="InPath" value="." /> |
||
4 | <Var name="OutPath" value=".\Obfuscator_Output" /> |
||
5 | 87542f92 | humkyung | <Var name="HidePrivateApi" value="false" /> |
6 | <Module file="$(InPath)\KCOM.EXE"> |
||
7 | <SkipNamespace name="KCOM"/> |
||
8 | <SkipNamespace name="KCOM.*"/> |
||
9 | </Module>
|
||
10 | 3c71b3a5 | taeseongkim | <Module file="$(InPath)\MarkupToPDF.dll"/> |
11 | <Module file="$(InPath)\CommonLib.dll"/> |
||
12 | <Module file="$(InPath)\ZoomAndPan.dll"/> |
||
13 | </Obfuscator> |