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