What's the purpose of the attribute SupportsFileBatching on the XML Schema Definition (XSD) to validate RULES files I put it to true or false, without result; this attribute is never put on the XML rule file!!
This attribute controls whether the tool is invoked once per matching file in the project. When set to false, the tool is invoked separately on each matching file in the project. When set to true, the build system will try to group some of the matching files that have similar properties together per invocation of the tool.
Custom build rules and [SupportsFileBatching]
aabes
This attribute controls whether the tool is invoked once per matching file in the project. When set to false, the tool is invoked separately on each matching file in the project. When set to true, the build system will try to group some of the matching files that have similar properties together per invocation of the tool.
Thanks.