Hi Aderson,
Thank you for your reply.
Yes I do.
Thank you for your tip. I don't understand the syntax of the 'ModulePackage.targets' file but I've tried all the combinations I can think of to exclude the file which is contained in a sub directory 'images\MyMenu\Templates', for example:
<SourceInclude Include="**\*.svg" Exclude="**\images\MyMenu\Templates;" />
<SourceInclude Include="**\*.svg" Exclude="**\images\MyMenu\Templates\*.svg;" />
<SourceInclude Include="**\*.svg" Exclude="**\images\MyMenu\Templates\*.*;" />
<SourceInclude Include="**\*.svg" Exclude="**\images\MyMenu\Templates\**;" />
But none of them have any affect. I can't find any decent information on the syntax either, so am not sure what to do.
If the worst comes to the worst, I may just change my app to handle it, more work but at least i know what I'm doing there.
Best Regards,
Steve