Parsing .targets file with ElementTree does not find specified tag
I am trying to use ElementTree to parse information out of a .targets file from a NuGet package.
What I am trying to find is the tag <AdditionalIncludeDirectories>
. I am using the following python code to try to get it: