nc_program_manager/NcProgramManager.crproj
Davide Trentin d4a3e7c4f0 chore: add ConfuserEx obfuscator project config
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 22:09:10 +02:00

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>