Skip to content

Instantly share code, notes, and snippets.

@maxkatz6
Created February 7, 2023 16:12
Show Gist options
  • Save maxkatz6/b35e1a44bc1d607cbfc3f1b218f58904 to your computer and use it in GitHub Desktop.
Save maxkatz6/b35e1a44bc1d607cbfc3f1b218f58904 to your computer and use it in GitHub Desktop.
<?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