I have a Obfuscator XML that obfuscates the hardcoded file names
<?xml version="1.0" encoding="utf-8" ?>
<Obfuscator>
<Var name="InPath" value="." />
<Var name="OutPath" value="Obfuscator_Output" />
<Module file="$(InPath)\Pranay.Hi.abc.GeneratorToken.dll" />
<Module file="$(InPath)\Pranay.Hi.abc.HandlerException.dll" />
<Module file="$(InPath)\Pranay.Hi.abc.CertHandling.dll" />
</Obfuscator>
Instead of hardcoding the files name, is there any way to include all the files by giving something like so that all files starting from Pranay. are included and we don't need to hardcode them at all.