Hi, I use the code below to export project and libraries to PLCopenXML. All works well except that in a project resource excluded from build are exported too and I don't want that resources. When I export manually I export ALL and excluded resources are not exported. I have attached a project sample ans XML result from __future__ import print_function import sys, io, os proj=projects.primary if proj is None: system.write_message(Severity.Error, "%s" % ("No project opened...",)) sys.exit() info =...