Returns a value indicating whether the project represented by the specified XML fragment is supported by JSharpProject.
true if CSharpProject supports the specified project; otherwise, false.
A project is identified as as J# project, if the XML fragment at least has the following information:
<VisualStudioProject> <JSHARP ProductVersion="..." .... > ... </JSHARP> </VisualStudioProject>
JSharpProject Class | NAnt.VSNet Namespace