Returns a value indicating whether the project represented by the specified XML fragment is supported by VcProject.
true if VcProject supports the specified project; otherwise, false.
A project is identified as as Visual C++ project, if the XML fragment at least has the following information:
<VisualStudioProject ProjectType="Visual C++" Version="..." ... > </VisualStudioProject>
VcProject Class | NAnt.VSNet Namespace