18 lines
656 B
XML
18 lines
656 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project outputDir="Obfuscated" baseDir="bin\Release" xmlns="http://confuser.codeplex.com">
|
|
<rule pattern="true" preset="normal" inherit="false">
|
|
<protection id="anti debug" />
|
|
<protection id="anti dump" />
|
|
<protection id="anti ildasm" />
|
|
<protection id="anti tamper" />
|
|
<protection id="constants" />
|
|
<protection id="ctrl flow" />
|
|
<protection id="ref proxy" />
|
|
<protection id="rename" />
|
|
<protection id="resources" />
|
|
</rule>
|
|
|
|
<module path="NcProgramManager.exe">
|
|
<!-- Public key constant gets string-encrypted by 'constants' protection above. -->
|
|
</module>
|
|
</project>
|