In VBDOX 2.1.0, loading a *.vbproj file containing
references to dozens of *.asp files results in only the
project references being printed.
here's an example of a file reference:
<Files>
<Include>
<File
RelPath = "admin\css.asp"
BuildAction = "Content"
/>
.
.
.
Visual Basic Project file version is
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
Is this version not supported?