obfuscation of Properties.Settings
alex27a
Posts: 3
Hello!
I'm trying to obfuscate the default namespace, but it looks like I can't get rid of MyNameSpace.Properties.Settings.*, no matter what I do.
As I'm using the settings and can't delete them, the only way that I can think of resolving this problem, is to to rename my default namespace. However, I would like to avoid that if there is an elegant way to fix this.
Is there any other way I could get smartassembly to obfuscate these too?
Regards!
I'm trying to obfuscate the default namespace, but it looks like I can't get rid of MyNameSpace.Properties.Settings.*, no matter what I do.
As I'm using the settings and can't delete them, the only way that I can think of resolving this problem, is to to rename my default namespace. However, I would like to avoid that if there is an elegant way to fix this.
Is there any other way I could get smartassembly to obfuscate these too?
Regards!
Comments