Created
February 7, 2023 16:12
-
-
Save maxkatz6/b35e1a44bc1d607cbfc3f1b218f58904 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<Obfuscator> | |
<Var name="InPath" value="." /> | |
<Var name="OutPath" value="./Obfuscated" /> | |
<Var name="KeepPublicApi" value="true" /> | |
<Var name="HidePrivateApi" value="true" /> | |
<Module file="$(InPath)/Views.dll"> | |
<SkipType name="!AvaloniaResources" /> | |
<SkipType name="CompiledAvaloniaXaml*" /> | |
<SkipNamespace name="CompiledAvaloniaXaml*" /> | |
<SkipField type="*" rx="\$*" /> | |
</Module> | |
</Obfuscator> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment