diff --git a/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs b/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs index ff7b68a..b28c279 100755 --- a/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs +++ b/CSharpTranslator/antlr3/src/CS2JTranslator/CS2JMain/Obfuscate.cs @@ -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)]