Skip to content

Commit

Permalink
Add more obfuscar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aimenux committed Dec 19, 2024
1 parent 70a6c86 commit 0d8b6b2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/App/Assets/obfuscar.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<?xml version='1.0'?>
<Obfuscator>
<Module file="$(InPath)\App.dll" />
<Var name="InPath" value=".\bin\Release\net6.0" />
<Var name="OutPath" value="$(InPath)\Assets" />
<Var name="InPath" value="." />
<Var name="OutPath" value=".\Assets" />
<Var name="RegenerateDebugInfo" value="false" />
<Var name="OptimizeMethods" value="true" />
<Var name="SuppressIldasm" value="true" />
<Var name="KeepPublicApi" value="false" />
<Var name="HidePrivateApi" value="true" />
<Var name="HideStrings" value="true" />
<Var name="RenameProperties" value="true" />
<Var name="RenameFields" value="true" />
<Var name="RenameEvents" value="true" />
<Var name="ReuseNames" value="false" />
<Module file="$(InPath)\App.dll" />
</Obfuscator>

0 comments on commit 0d8b6b2

Please sign in to comment.