markus / License / obfuscar.xml @ 1305c420
이력 | 보기 | 이력해설 | 다운로드 (369 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="HideStrings" value="true" /> |
6 |
<Var name="HidePrivateApi" value="true" /> |
7 |
<Var name="KeepPublicApi" value="true" /> |
8 |
<Module file="$(InPath)\License.dll" /> |
9 |
<Module file="$(InPath)\License.DB.dll" /> |
10 |
</Obfuscator>
|