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