markus / KCOM_API / obfuscar.xml @ 5639752b
이력 | 보기 | 이력해설 | 다운로드 (302 Bytes)
1 | 9f56088c | taeseongkim | <?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 | ffa5dbc7 | taeseongkim | <Module file="$(InPath)\KCOM_API.dll"> |
7 | <SkipNamespace name="KCOM_API.Properties*" /> |
||
8 | </Module>
|
||
9 | 9f56088c | taeseongkim | </Obfuscator> |