chore: add ConfuserEx obfuscator project config

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Davide Trentin 2026-05-25 22:09:10 +02:00
parent e608977359
commit d4a3e7c4f0

18
NcProgramManager.crproj Normal file
View file

@ -0,0 +1,18 @@
<?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>