According to this message, instead of specifying SubType you should specify the ItemType attribute in the "Content".
<ProjectItem ItemType="Content" ... > ... </ProjectItem>
I tried and it works! (and yes, this is not very intuitive)
Weiming
source share