[tools] Cleanup unused files in mdoc
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 5 Jul 2017 14:01:14 +0000 (16:01 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 5 Jul 2017 14:02:21 +0000 (16:02 +0200)
mdoc now lives in https://github.com/mono/api-doc-tools

mcs/tools/mdoc/Makefile
mcs/tools/mdoc/mdoc-net.exe.sources [deleted file]
mcs/tools/mdoc/mdoc-net_4_x.csproj [deleted file]
mcs/tools/mdoc/mdoc.sln [deleted file]

index d0f83022fbc7f17257cfa7f370b8e23b96a5c5ba..285a031f5d216538ccc7aacb4e96170a2dcbd6a7 100644 (file)
@@ -25,18 +25,6 @@ LOCAL_MCS_FLAGS = $(MDOC_RESOURCES_COMMAND) $(MONODOC_RESOURCES_COMMAND)
 PROGRAM = $(topdir)/class/lib/$(PROFILE)/mdoc.exe
 PROGRAM_DEPS = $(topdir)/class/lib/$(PROFILE)/monodoc.dll
 
-ifdef NET
-all : copy-with-deps
-
-copy-with-deps:
-       -mkdir mdoc-net
-       cp $(PROGRAM) mdoc-net
-       cp $(topdir)/class/lib/$(PROFILE)/Commons.Xml.Relaxng.dll mdoc-net
-       cp $(topdir)/class/lib/$(PROFILE)/ICSharpCode.SharpZipLib.dll mdoc-net
-       cp $(topdir)/class/lib/$(PROFILE)/Mono.Cecil.dll mdoc-net
-       cp $(topdir)/class/lib/$(PROFILE)/monodoc.dll mdoc-net
-endif
-
 MDOC_TEST_FILES = \
        Test/CLILibraryTypes.dtd                                  \
        Test/DocTest-v1.cs                                        \
diff --git a/mcs/tools/mdoc/mdoc-net.exe.sources b/mcs/tools/mdoc/mdoc-net.exe.sources
deleted file mode 100644 (file)
index 63ca1f6..0000000
+++ /dev/null
@@ -1,584 +0,0 @@
-../../build/common/Consts.cs
-../../class/Mono.Options/Mono.Options/Options.cs
-Mono.Documentation/assembler.cs
-Mono.Documentation/dump.cs
-Mono.Documentation/exceptions.cs
-Mono.Documentation/mdoc.cs
-Mono.Documentation/monodocer.cs
-Mono.Documentation/monodocs2html.cs
-Mono.Documentation/monodocs2slashdoc.cs
-Mono.Documentation/normalize.cs
-Mono.Documentation/validate.cs
-Mono.Documentation/webdoc.cs
-Mono.Documentation/XhtmlWriter.cs
-Mono.Rocks/ObjectRocks.cs
-Mono.Rocks/StreamRocks.cs
-
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Analyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/CharTokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/DE/GermanAnalyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/DE/GermanStemFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/DE/GermanStemmer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/DE/WordlistLoader.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/LetterTokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/LowerCaseFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/LowerCaseTokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/PorterStemFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/PorterStemmer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/RU/RussianAnalyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/RU/RussianCharsets.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/RU/RussianLetterTokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/RU/RussianLowerCaseFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/RU/RussianStemFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/RU/RussianStemmer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/SimpleAnalyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/CharStream.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/FastCharStream.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/ParseException.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/StandardFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/StandardTokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/StandardTokenizerConstants.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/StandardTokenizerTokenManager.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/Token.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Standard/TokenMgrError.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/StopAnalyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/StopFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Token.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/TokenFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/Tokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/TokenStream.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/WhitespaceAnalyzer.cs
-../monodoc/Lucene.Net/Lucene.Net/Analysis/WhitespaceTokenizer.cs
-../monodoc/Lucene.Net/Lucene.Net/Document/DateField.cs
-../monodoc/Lucene.Net/Lucene.Net/Document/Document.cs
-../monodoc/Lucene.Net/Lucene.Net/Document/Field.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/CompoundFileReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/CompoundFileWriter.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/DocumentWriter.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/FieldInfo.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/FieldInfos.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/FieldsReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/FieldsWriter.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/FilterIndexReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/IndexReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/IndexWriter.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/MultipleTermPositions.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/MultiReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentInfo.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentInfos.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentMergeInfo.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentMergeQueue.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentMerger.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentTermDocs.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentTermEnum.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentTermPositions.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/SegmentTermVector.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/Term.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermDocs.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermEnum.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermFreqVector.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermInfo.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermInfosReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermInfosWriter.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermPositions.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermPositionVector.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermVectorsReader.cs
-../monodoc/Lucene.Net/Lucene.Net/Index/TermVectorsWriter.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/CharStream.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/FastCharStream.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/MultiFieldQueryParser.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/ParseException.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/QueryParser.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/QueryParserConstants.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/QueryParserTokenManager.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/Token.cs
-../monodoc/Lucene.Net/Lucene.Net/QueryParser/TokenMgrError.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/BooleanClause.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/BooleanQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/BooleanScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/CachingWrapperFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/ConjunctionScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/DateFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/DefaultSimilarity.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/ExactPhraseScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Explanation.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FieldCache.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FieldCacheImpl.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FieldDoc.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FieldDocSortedHitQueue.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FieldSortedHitQueue.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Filter.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FilteredQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FilteredTermEnum.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FuzzyQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/FuzzyTermEnum.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/HitCollector.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/HitQueue.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Hits.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/IndexSearcher.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/MultiSearcher.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/MultiTermQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/ParallelMultiSearcher.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/PhrasePositions.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/PhrasePrefixQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/PhraseQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/PhraseQueue.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/PhraseScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/PrefixQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Query.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/QueryFilter.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/QueryTermVector.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/RangeQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/ScoreDoc.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/ScoreDocComparator.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Scorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Searchable.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Searcher.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Similarity.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/SloppyPhraseScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Sort.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/SortComparator.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/SortComparatorSource.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/SortField.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/NearSpans.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanFirstQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanNearQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanNotQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanOrQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/Spans.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanTermQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Spans/SpanWeight.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/TermQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/TermScorer.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/TopDocs.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/TopFieldDocs.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/Weight.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/WildcardQuery.cs
-../monodoc/Lucene.Net/Lucene.Net/Search/WildcardTermEnum.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/Directory.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/FSDirectory.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/InputStream.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/Lock.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/OutputStream.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/RAMDirectory.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/RAMFile.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/RAMInputStream.cs
-../monodoc/Lucene.Net/Lucene.Net/Store/RAMOutputStream.cs
-../monodoc/Lucene.Net/Lucene.Net/SupportClass.cs
-../monodoc/Lucene.Net/Lucene.Net/Util/BitVector.cs
-../monodoc/Lucene.Net/Lucene.Net/Util/Constants.cs
-../monodoc/Lucene.Net/Lucene.Net/Util/PriorityQueue.cs
-../monodoc/Lucene.Net/Lucene.Net/Util/StringHelper.cs
-../monodoc/Mono.Documentation/ManifestResourceResolver.cs
-../monodoc/Mono.Documentation/XmlDocUtils.cs
-../monodoc/Mono.Utilities/colorizer.cs
-../monodoc/Monodoc/addins-provider.cs
-../monodoc/Monodoc/commentservice.cs
-../monodoc/Monodoc/ecma-provider.cs
-../monodoc/Monodoc/ecma2wiki.cs
-../monodoc/Monodoc/ecmaspec-provider.cs
-../monodoc/Monodoc/editing.cs
-../monodoc/Monodoc/error-provider.cs
-../monodoc/Monodoc/html-helper.cs
-../monodoc/Monodoc/index.cs
-../monodoc/Monodoc/man-provider.cs
-../monodoc/Monodoc/monohb-provider.cs
-../monodoc/Monodoc/provider.cs
-../monodoc/Monodoc/SearchableDocument.cs
-../monodoc/Monodoc/SearchableIndex.cs
-../monodoc/Monodoc/settings.cs
-../monodoc/Monodoc/simple-provider.cs
-../monodoc/Monodoc/wiki2ecma.cs
-../monodoc/Monodoc/xhtml-provider.cs
-../monodoc/Monodoc/XmlNodeWriter.cs
-
-../../build/common/Locale.cs
-../../class/System.XML/Mono.Xml.Schema/XmlSchemaValidatingReader.cs
-../../class/System.XML/Mono.Xml.Schema/XsdIdentityPath.cs
-../../class/System.XML/Mono.Xml.Schema/XsdIdentityState.cs
-../../class/System.XML/Mono.Xml.Schema/XsdKeyTable.cs
-../../class/System.XML/Mono.Xml.Schema/XsdParticleValidationState.cs
-../../class/System.XML/Mono.Xml.Schema/XsdValidatingReader.cs
-../../class/System.XML/Mono.Xml.Schema/XsdWildcard.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathDocument.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathDocumentBuilder.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathDocumentWriter.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathNavigator.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathNode.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathDocument2.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathDocumentBuilder2.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathDocumentWriter2.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathNavigator2.cs
-../../class/System.XML/Mono.Xml.XPath/DTMXPathNode2.cs
-../../class/System.XML/Mono.Xml.XPath/IdPattern.cs
-../../class/System.XML/Mono.Xml.XPath/KeyPattern.cs
-../../class/System.XML/Mono.Xml.XPath/LocationPathPattern.cs
-../../class/System.XML/Mono.Xml.XPath/Pattern.cs
-../../class/System.XML/Mono.Xml.XPath/UnionPattern.cs
-../../class/System.XML/Mono.Xml.XPath/XPathEditableDocument.cs
-../../class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslApplyImports.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslApplyTemplates.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslAttribute.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslAvt.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslCallTemplate.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslComment.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslCompiledElement.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslCopy.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslCopyOf.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslElement.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslFallback.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslForEach.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslIf.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslLiteralElement.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslMessage.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslNotSupportedOperation.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslNumber.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslOperation.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslProcessingInstruction.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslTemplateContent.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslText.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslValueOf.cs
-../../class/System.XML/Mono.Xml.Xsl.Operations/XslVariable.cs
-../../class/System.XML/Mono.Xml.Xsl/Attribute.cs
-../../class/System.XML/Mono.Xml.Xsl/Compiler.cs
-../../class/System.XML/Mono.Xml.Xsl/Debug.cs
-../../class/System.XML/Mono.Xml.Xsl/Emitter.cs
-../../class/System.XML/Mono.Xml.Xsl/GenericOutputter.cs
-../../class/System.XML/Mono.Xml.Xsl/HtmlEmitter.cs
-../../class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs
-../../class/System.XML/Mono.Xml.Xsl/Outputter.cs
-../../class/System.XML/Mono.Xml.Xsl/ScriptCompilerInfo.cs
-../../class/System.XML/Mono.Xml.Xsl/TextEmitter.cs
-../../class/System.XML/Mono.Xml.Xsl/TextOutputter.cs
-../../class/System.XML/Mono.Xml.Xsl/XmlWriterEmitter.cs
-../../class/System.XML/Mono.Xml.Xsl/XslAttributeSet.cs
-../../class/System.XML/Mono.Xml.Xsl/XslDecimalFormat.cs
-../../class/System.XML/Mono.Xml.Xsl/XslKey.cs
-../../class/System.XML/Mono.Xml.Xsl/XslOutput.cs
-../../class/System.XML/Mono.Xml.Xsl/XslSortEvaluator.cs
-../../class/System.XML/Mono.Xml.Xsl/XslStylesheet.cs
-../../class/System.XML/Mono.Xml.Xsl/XslTemplate.cs
-../../class/System.XML/Mono.Xml.Xsl/XslTransformProcessor.cs
-../../class/System.XML/Mono.Xml.Xsl/XsltCompiledContext.cs
-../../class/System.XML/Mono.Xml.Xsl/XsltDebuggerWrapper.cs
-../../class/System.XML/Mono.Xml.Xsl/XslFunctions.cs
-../../class/System.XML/Mono.Xml/IHasXmlParserContext.cs
-../../class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs
-../../class/System.XML/Mono.Xml/SubtreeXmlReader.cs
-../../class/System.XML/Mono.Xml/XmlFilterReader.cs
-../../class/System.XML/Mono.Xml/XmlNodeWriter.cs
-../../class/System.XML/System.Xml/ConformanceLevel.cs
-../../class/System.XML/System.Xml/DTDAutomata.cs
-../../class/System.XML/System.Xml/DTDObjectModel.cs
-../../class/System.XML/System.Xml/DTDReader.cs
-../../class/System.XML/System.Xml/DTDValidatingReader2.cs
-../../class/System.XML/System.Xml/EntityResolvingXmlReader.cs
-../../class/System.XML/System.Xml/EntityHandling.cs
-../../class/System.XML/System.Xml/Formatting.cs
-../../class/System.XML/System.Xml/IHasXmlNode.cs
-../../class/System.XML/System.Xml/IXmlLineInfo.cs
-../../class/System.XML/System.Xml/IHasXmlChildNode.cs
-../../class/System.XML/System.Xml/IXmlNamespaceResolver.cs
-../../class/System.XML/System.Xml/MonoFIXAttribute.cs
-../../class/System.XML/System.Xml/NameTable.cs
-../../class/System.XML/System.Xml/NewLineHandling.cs
-../../class/System.XML/System.Xml/ReadState.cs
-../../class/System.XML/../../build/common/MonoTODOAttribute.cs
-../../class/System.XML/System.Xml/ValidationType.cs
-../../class/System.XML/System.Xml/WhitespaceHandling.cs
-../../class/System.XML/System.Xml/WriteState.cs
-../../class/System.XML/System.Xml/XmlEntity.cs
-../../class/System.XML/System.Xml/XmlAttribute.cs
-../../class/System.XML/System.Xml/XmlAttributeCollection.cs
-../../class/System.XML/System.Xml/XmlCDataSection.cs
-../../class/System.XML/System.Xml/XmlConstructs.cs
-../../class/System.XML/System.Xml/XmlChar.cs
-../../class/System.XML/System.Xml/XmlCharacterData.cs
-../../class/System.XML/System.Xml/XmlComment.cs
-../../class/System.XML/System.Xml/XmlNotation.cs
-../../class/System.XML/System.Xml/XmlDeclaration.cs
-../../class/System.XML/System.Xml/XmlDocument.cs
-../../class/System.XML/System.Xml/XmlDocumentFragment.cs
-../../class/System.XML/System.Xml/XmlDocumentNavigator.cs
-../../class/System.XML/System.Xml/XmlDocumentType.cs
-../../class/System.XML/System.Xml/XmlElement.cs
-../../class/System.XML/System.Xml/XmlEntityReference.cs
-../../class/System.XML/System.Xml/XmlException.cs
-../../class/System.XML/System.Xml/XmlImplementation.cs
-../../class/System.XML/System.Xml/XmlConvert.cs
-../../class/System.XML/System.Xml/XmlDateTimeSerializationMode.cs
-../../class/System.XML/System.Xml/XmlLinkedNode.cs
-../../class/System.XML/System.Xml/XmlNameEntry.cs
-../../class/System.XML/System.Xml/XmlNameEntryCache.cs
-../../class/System.XML/System.Xml/XmlNameTable.cs
-../../class/System.XML/System.Xml/XmlNamedNodeMap.cs
-../../class/System.XML/System.Xml/XmlNamespaceScope.cs
-../../class/System.XML/System.Xml/XmlNamespaceManager.cs
-../../class/System.XML/System.Xml/XmlNode.cs
-../../class/System.XML/System.Xml/XmlNodeChangedAction.cs
-../../class/System.XML/System.Xml/XmlNodeChangedEventArgs.cs
-../../class/System.XML/System.Xml/XmlNodeChangedEventHandler.cs
-../../class/System.XML/System.Xml/XmlNodeList.cs
-../../class/System.XML/System.Xml/XmlNodeListChildren.cs
-../../class/System.XML/System.Xml/XmlNodeArrayList.cs
-../../class/System.XML/System.Xml/XmlIteratorNodeList.cs
-../../class/System.XML/System.Xml/XmlNodeOrder.cs
-../../class/System.XML/System.Xml/XmlNodeReader2.cs
-../../class/System.XML/System.Xml/XmlNodeReaderImpl.cs
-../../class/System.XML/System.Xml/XmlNodeType.cs
-../../class/System.XML/System.Xml/XmlOutputMethod.cs
-../../class/System.XML/System.Xml/XmlParserContext.cs
-../../class/System.XML/System.Xml/XmlProcessingInstruction.cs
-../../class/System.XML/System.Xml/XmlQualifiedName.cs
-../../class/System.XML/System.Xml/XmlReader.cs
-../../class/System.XML/System.Xml/XmlReaderBinarySupport.cs
-../../class/System.XML/System.Xml/XmlReaderSettings.cs
-../../class/System.XML/System.Xml/XmlResolver.cs
-../../class/System.XML/System.Xml/XmlSecureResolver.cs
-../../class/System.XML/System.Xml/XmlSignificantWhitespace.cs
-../../class/System.XML/System.Xml/XmlSpace.cs
-../../class/System.XML/System.Xml/XmlText.cs
-../../class/System.XML/System.Xml/XmlTextReader.cs
-../../class/System.XML/System.Xml/XmlTextReader2.cs
-../../class/System.XML/System.Xml/XmlTokenizedType.cs
-../../class/System.XML/System.Xml/XmlUrlResolver.cs
-../../class/System.XML/System.Xml/XmlValidatingReader.cs
-../../class/System.XML/System.Xml/XmlWhitespace.cs
-../../class/System.XML/System.Xml/XmlWriter.cs
-../../class/System.XML/System.Xml/XmlWriterSettings.cs
-../../class/System.XML/System.Xml/XmlTextWriter2.cs
-../../class/System.XML/System.Xml/XmlInputStream.cs
-../../class/System.XML/System.Xml/XmlParserInput.cs
-../../class/System.XML/System.Xml.XPath/IXPathNavigable.cs
-../../class/System.XML/System.Xml.XPath/XPathNavigator.cs
-../../class/System.XML/System.Xml.XPath/XPathExpression.cs
-../../class/System.XML/System.Xml.XPath/XPathItem.cs
-../../class/System.XML/System.Xml.XPath/XPathNamespaceScope.cs
-../../class/System.XML/System.Xml.XPath/XPathNodeIterator.cs
-../../class/System.XML/System.Xml.XPath/XPathResultType.cs
-../../class/System.XML/System.Xml.XPath/XPathNodeType.cs
-../../class/System.XML/System.Xml.XPath/XmlDataType.cs
-../../class/System.XML/System.Xml.XPath/XmlSortOrder.cs
-../../class/System.XML/System.Xml.XPath/XmlCaseOrder.cs
-../../class/System.XML/System.Xml.XPath/XPathDocument.cs
-../../class/System.XML/System.Xml.XPath/XPathException.cs
-../../class/System.XML/System.Xml.XPath/XPathComparer.cs
-../../class/System.XML/System.Xml.XPath/DefaultContext.cs
-../../class/System.XML/System.Xml.XPath/Expression.cs
-../../class/System.XML/System.Xml.XPath/Iterator.cs
-../../class/System.XML/System.Xml.XPath/Tokenizer.cs
-../../class/System.XML/System.Xml.Xsl/IXsltContextFunction.cs
-../../class/System.XML/System.Xml.Xsl/IXsltContextVariable.cs
-../../class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs
-../../class/System.XML/System.Xml.Xsl/XslTransform.cs
-../../class/System.XML/System.Xml.Xsl/XsltArgumentList.cs
-../../class/System.XML/System.Xml.Xsl/XsltCompileException.cs
-../../class/System.XML/System.Xml.Xsl/XsltContext.cs
-../../class/System.XML/System.Xml.Xsl/XsltException.cs
-../../class/System.XML/System.Xml.Xsl/XsltMessageEncounteredEventArgs.cs
-../../class/System.XML/System.Xml.Xsl/XsltMessageEncounteredEventHandler.cs
-../../class/System.XML/System.Xml.Xsl/XsltSettings.cs
-../../class/System.XML/System.Xml.Schema/BuiltInDatatype.cs
-../../class/System.XML/System.Xml.Schema/IXmlSchemaInfo.cs
-../../class/System.XML/System.Xml.Schema/SchemaDataValueType.cs
-../../class/System.XML/System.Xml.Schema/ValidationEventArgs.cs
-../../class/System.XML/System.Xml.Schema/XmlAtomicValue.cs
-../../class/System.XML/System.Xml.Schema/XmlSchema.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAll.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAnnotated.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAnnotation.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAny.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAnyAttribute.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAppInfo.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAttribute.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAttributeGroup.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaAttributeGroupRef.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaChoice.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaCollection.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaCollectionEnumerator.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaCompilationSettings.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaComplexContent.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaComplexContentExtension.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaComplexContentRestriction.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaComplexType.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaContent.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaContentModel.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaContentProcessing.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaContentType.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaDatatypeVariety.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaDerivationMethod.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaDocumentation.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaElement.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaEnumerationFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaException.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaExternal.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaForm.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaFractionDigitsFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaGroup.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaGroupBase.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaGroupRef.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaIdentityConstraint.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaImport.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaInclude.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaInference.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaInferenceException.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaInfo.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaKey.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaKeyref.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaLengthFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaMaxExclusiveFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaMaxInclusiveFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaMaxLengthFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaMinExclusiveFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaMinInclusiveFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaMinLengthFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaNotation.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaNumericFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaObject.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaObjectCollection.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaObjectEnumerator.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaObjectTable.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaParticle.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaPatternFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaRedefine.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSequence.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSerializer.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleContent.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleContentExtension.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleContentRestriction.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleType.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleTypeContent.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleTypeList.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaSimpleTypeUnion.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaTotalDigitsFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaType.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaUnique.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaUse.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaValidator.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaValidity.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaValidationException.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaWhiteSpaceFacet.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaXPath.cs
-../../class/System.XML/System.Xml.Schema/XmlSeverityType.cs
-../../class/System.XML/System.Xml.Schema/ValidationHandler.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaUtil.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaReader.cs
-../../class/System.XML/System.Xml.Schema/XmlSchemaValidationFlags.cs
-../../class/System.XML/System.Xml.Schema/XmlTypeCode.cs
-../../class/System.XML/System.Xml.Schema/XmlValueGetter.cs
-../../class/System.XML/System.Xml.Serialization/IXmlTextParser.cs
-../../class/System.XML/System.Xml.Serialization/CodeExporter.cs
-../../class/System.XML/System.Xml.Serialization/CodeGenerationOptions.cs
-../../class/System.XML/System.Xml.Serialization/CodeIdentifier.cs
-../../class/System.XML/System.Xml.Serialization/CodeIdentifiers.cs
-../../class/System.XML/System.Xml.Serialization/IXmlSerializable.cs
-../../class/System.XML/System.Xml.Serialization/ImportContext.cs
-../../class/System.XML/System.Xml.Serialization/KeyHelper.cs
-../../class/System.XML/System.Xml.Serialization/MapCodeGenerator.cs
-../../class/System.XML/System.Xml.Serialization/ReflectionHelper.cs
-../../class/System.XML/System.Xml.Serialization/SchemaImporter.cs
-../../class/System.XML/System.Xml.Serialization/SchemaTypes.cs
-../../class/System.XML/System.Xml.Serialization/SerializationCodeGenerator.cs
-../../class/System.XML/System.Xml.Serialization/SerializationCodeGeneratorConfiguration.cs
-../../class/System.XML/System.Xml.Serialization/SerializationSource.cs
-../../class/System.XML/System.Xml.Serialization/SoapAttributeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/SoapAttributeOverrides.cs
-../../class/System.XML/System.Xml.Serialization/SoapAttributes.cs
-../../class/System.XML/System.Xml.Serialization/SoapCodeExporter.cs
-../../class/System.XML/System.Xml.Serialization/SoapElementAttribute.cs
-../../class/System.XML/System.Xml.Serialization/SoapEnumAttribute.cs
-../../class/System.XML/System.Xml.Serialization/SoapIgnoreAttribute.cs
-../../class/System.XML/System.Xml.Serialization/SoapIncludeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/SoapSchemaImporter.cs
-../../class/System.XML/System.Xml.Serialization/SoapSchemaExporter.cs
-../../class/System.XML/System.Xml.Serialization/SoapSchemaMember.cs
-../../class/System.XML/System.Xml.Serialization/SoapReflectionImporter.cs
-../../class/System.XML/System.Xml.Serialization/SoapTypeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/TypeData.cs
-../../class/System.XML/System.Xml.Serialization/TypeMember.cs
-../../class/System.XML/System.Xml.Serialization/TypeTranslator.cs
-../../class/System.XML/System.Xml.Serialization/UnreferencedObjectEventArgs.cs
-../../class/System.XML/System.Xml.Serialization/UnreferencedObjectEventHandler.cs
-../../class/System.XML/System.Xml.Serialization/XmlAnyAttributeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlAnyElementAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlAnyElementAttributes.cs
-../../class/System.XML/System.Xml.Serialization/XmlArrayAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlArrayItemAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlArrayItemAttributes.cs
-../../class/System.XML/System.Xml.Serialization/XmlAttributeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlAttributeEventArgs.cs
-../../class/System.XML/System.Xml.Serialization/XmlAttributeEventHandler.cs
-../../class/System.XML/System.Xml.Serialization/XmlAttributeOverrides.cs
-../../class/System.XML/System.Xml.Serialization/XmlAttributes.cs
-../../class/System.XML/System.Xml.Serialization/XmlCodeExporter.cs
-../../class/System.XML/System.Xml.Serialization/XmlChoiceIdentifierAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlCustomFormatter.cs
-../../class/System.XML/System.Xml.Serialization/XmlDeserializationEvents.cs
-../../class/System.XML/System.Xml.Serialization/XmlElementAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlElementAttributes.cs
-../../class/System.XML/System.Xml.Serialization/XmlElementEventArgs.cs
-../../class/System.XML/System.Xml.Serialization/XmlEnumAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlIgnoreAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlIncludeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlMemberMapping.cs
-../../class/System.XML/System.Xml.Serialization/XmlMembersMapping.cs
-../../class/System.XML/System.Xml.Serialization/XmlMapping.cs
-../../class/System.XML/System.Xml.Serialization/XmlMappingAccess.cs
-../../class/System.XML/System.Xml.Serialization/XmlNamespaceDeclarationsAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlNodeEventArgs.cs
-../../class/System.XML/System.Xml.Serialization/XmlReflectionImporter.cs
-../../class/System.XML/System.Xml.Serialization/XmlReflectionMember.cs
-../../class/System.XML/System.Xml.Serialization/XmlRootAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlSchemaEnumerator.cs
-../../class/System.XML/System.Xml.Serialization/XmlSchemaExporter.cs
-../../class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs
-../../class/System.XML/System.Xml.Serialization/XmlSchemaProviderAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlSchemas.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationCollectionFixupCallback.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationFixupCallback.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationGeneratedCode.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationReadCallback.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationReader.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationReaderInterpreter.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationWriteCallback.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationWriter.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializationWriterInterpreter.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializer.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializerFactory.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializerImplementation.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializerNamespaces.cs
-../../class/System.XML/System.Xml.Serialization/XmlSerializerVersionAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlTextAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeMapElementInfo.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeMapMember.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeMapMemberAttribute.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeMapMemberElement.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
-../../class/System.XML/System.Xml.Serialization/XmlTypeMapping.cs
-../../class/System.XML/System.Xml.Serialization/XmlElementEventHandler.cs
-../../class/System.XML/System.Xml.Serialization/XmlNodeEventHandler.cs
-../../class/System.XML/System.Xml.Serialization.Advanced/SchemaImporterExtension.cs
-../../class/System.XML/System.Xml.Serialization.Advanced/SchemaImporterExtensionCollection.cs
-../../class/System.XML/System.Xml.Serialization.Configuration/DateTimeSerializationSection.cs
-../../class/System.XML/System.Xml.Serialization.Configuration/SchemaImporterExtensionElement.cs
-../../class/System.XML/System.Xml.Serialization.Configuration/SchemaImporterExtensionElementCollection.cs
-../../class/System.XML/System.Xml.Serialization.Configuration/SchemaImporterExtensionsSection.cs
-../../class/System.XML/System.Xml.Serialization.Configuration/SerializationSectionGroup.cs
-../../class/System.XML/System.Xml.Serialization.Configuration/XmlSerializerSection.cs
-../../class/System.XML/System.Xml/XQueryConvert.cs
-../../class/System.XML/System.Xml.XPath/Parser.cs
-../../class/System.XML/Mono.Xml.Xsl/PatternParser.cs
-../../class/System.XML/Mono.Xml.Xsl/PatternTokenizer.cs
diff --git a/mcs/tools/mdoc/mdoc-net_4_x.csproj b/mcs/tools/mdoc/mdoc-net_4_x.csproj
deleted file mode 100644 (file)
index ec9d89e..0000000
+++ /dev/null
@@ -1,173 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->\r
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>9.0.30729</ProductVersion>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{15871CCA-A500-4AE3-89D7-1F3429614403}</ProjectGuid>\r
-    <OutputType>Exe</OutputType>\r
-    <NoWarn>1699</NoWarn>\r
-    <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>\r
-    <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>\r
-    <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>\r
-    <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>\r
-    <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>\r
-    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
-    <NoStdLib>True</NoStdLib>\r
-    \r
-    <NoConfig>True</NoConfig>\r
-    \r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>\r
-    </RootNamespace>\r
-    <AssemblyName>mdoc</AssemblyName>\r
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
-    <FileAlignment>512</FileAlignment>\r
-  </PropertyGroup>\r
-  \r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <NoWarn>1699</NoWarn>\r
-    <Optimize>false</Optimize>\r
-    <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <NoWarn>1699</NoWarn>\r
-    <Optimize>true</Optimize>\r
-    <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
-  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
-  is a problem to compile the Mono mscorlib.dll -->\r
-  <PropertyGroup>\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
-  </PropertyGroup>\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <ItemGroup>\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\assembler.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\dump.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\ecmadoc.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\exceptions.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\Frameworks\AssemblySet.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\Frameworks\FrameworkEntry.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\Frameworks\FrameworkIndex.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\Frameworks\FrameworkTypeEntry.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\frameworksbootstrapper.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\index.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\mdoc.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\MdocFile.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\monodocer.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\monodocs2html.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\monodocs2slashdoc.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\msitomsx.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\normalize.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\validate.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\webdoc.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Documentation\XhtmlWriter.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Rocks\ObjectRocks.cs" />\r
-    <Compile Include="..\..\..\external\api-doc-tools\mdoc\Mono.Rocks\StreamRocks.cs" />\r
-    <Compile Include="..\..\..\external\cecil\rocks\Mono.Cecil.Rocks\DocCommentId.cs" />\r
-    <Compile Include="..\..\build\common\Consts.cs" />\r
-    <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />\r
-    <Compile Include="cecil.mixin.cs" />\r  </ItemGroup>\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-  <PropertyGroup>\r
-    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
-    </PreBuildEvent>\r
-    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
-\r
-    </PreBuildEvent>\r
-    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
-    </PostBuildEvent>\r
-    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
-\r
-    </PostBuildEvent>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">\r
-      <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>\r
-      <Name>corlib-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/monodoc/monodoc-net_4_x.csproj">\r
-      <Project>{0248869F-8D3B-4AB2-B976-B2A9AF1319A9}</Project>\r
-      <Name>monodoc-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/System/System-net_4_x.csproj">\r
-      <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>\r
-      <Name>System-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">\r
-      <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>\r
-      <Name>System.Xml-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/System.Core/System.Core-net_4_x.csproj">\r
-      <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>\r
-      <Name>System.Core-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">\r
-      <Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>\r
-      <Name>Mono.Cecil-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj">\r
-      <Project>{4903F98F-B4C9-467A-8FBA-39E7F91D9327}</Project>\r
-      <Name>ICSharpCode.SharpZipLib-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/System.Xml.Linq/System.Xml.Linq-net_4_x.csproj">\r
-      <Project>{526286D5-38D9-4579-B001-471440D57752}</Project>\r
-      <Name>System.Xml.Linq-net_4_x</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="../../class/System.Web/System.Web-net_4_x.csproj">\r
-      <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>\r
-      <Name>System.Web-net_4_x</Name>\r
-    </ProjectReference>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Folder Include="Properties\" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/mdoc/Resources/defaulttemplate.xsl">\r
-      <LogicalName>defaulttemplate.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/mdoc/Resources/monodoc-ecma.xsd">\r
-      <LogicalName>monodoc-ecma.xsd</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/mdoc/Resources/msitomsx.xsl">\r
-      <LogicalName>msitomsx.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/mdoc/Resources/overview.xsl">\r
-      <LogicalName>overview.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/mdoc/Resources/stylesheet.xsl">\r
-      <LogicalName>stylesheet.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-html-format.xsl">\r
-      <LogicalName>mdoc-html-format.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-html-utils.xsl">\r
-      <LogicalName>mdoc-html-utils.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-sections-css.xsl">\r
-      <LogicalName>mdoc-sections-css.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma-css.xsl">\r
-      <LogicalName>mono-ecma-css.xsl</LogicalName>\r
-    </EmbeddedResource>\r
-  </ItemGroup>\r
-</Project>\r
-
diff --git a/mcs/tools/mdoc/mdoc.sln b/mcs/tools/mdoc/mdoc.sln
deleted file mode 100644 (file)
index b79381c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\r
-Microsoft Visual Studio Solution File, Format Version 11.00\r
-# Visual Studio 2010\r
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mdoc", "mdoc.csproj", "{7DA7CD97-614F-4BCD-A2FA-B379590CEA48}"\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
-               Debug|x86 = Debug|x86\r
-               Release|x86 = Release|x86\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
-               {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Debug|x86.ActiveCfg = Debug|x86\r
-               {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Debug|x86.Build.0 = Debug|x86\r
-               {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Release|x86.ActiveCfg = Release|x86\r
-               {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Release|x86.Build.0 = Release|x86\r
-       EndGlobalSection\r
-       GlobalSection(MonoDevelopProperties) = preSolution\r
-               StartupItem = mdoc.csproj\r
-       EndGlobalSection\r
-EndGlobal\r