mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
fix obfuscation directive
This commit is contained in:
parent
4bfa3c1a63
commit
e107488078
@ -4,6 +4,6 @@ using System.Reflection;
|
||||
|
||||
[assembly: Obfuscation(Feature = "code control flow obfuscation", Exclude = false)]
|
||||
[assembly: Obfuscation(Feature = "Apply to type Twiglet.CS2J.Translator.TypeRep.*: all", Exclude = true, ApplyToMembers = true)]
|
||||
[assembly: Obfuscation(Feature = "Apply to type Twiglet.CS2J.Translator.Transform.JavaMaker", Exclude = true, ApplyToMembers = true)]
|
||||
[assembly: Obfuscation(Feature = "Apply to type AntlrCSharp.csParser", Exclude = true, ApplyToMembers = true)]
|
||||
[assembly: Obfuscation(Feature = "Apply to type Twiglet.CS2J.Translator.Transform.JavaMaker: all", Exclude = true, ApplyToMembers = true)]
|
||||
[assembly: Obfuscation(Feature = "Apply to type AntlrCSharp.csParser: all", Exclude = true, ApplyToMembers = true)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user