It doesn't rename all resources, it only renames resources whose names
match types being renamed...The contents of the resource remain
unaltered. For example, if you have a class 'YourNamespace.Class1',
with an associated resource 'YourNamespace.Class1.resources', if
Obfuscar renames the class 'A.A', it will rename the resource
'A.A.resources'...To skip the resource, skip the corresponding type.
Perhaps I'm not understanding the problem...can you provide a
simplified example that demonstrates it?