Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2017-04-24 19:31:11 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-04-24 19:31:11 +0300
commit562e261f3ab7d63d1ea5c26281868ec7d9efb6b7 (patch)
tree73538c3389587dba00c909e1c297192cbad3e936 /mcs/class/monodoc
parentf15b1a5233edb29b0ab25fc16d6d39d352454687 (diff)
[msvc] Update csproj files (#4740)
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/monodoc-net_4_x.csproj1064
1 files changed, 532 insertions, 532 deletions
diff --git a/mcs/class/monodoc/monodoc-net_4_x.csproj b/mcs/class/monodoc/monodoc-net_4_x.csproj
index 93dce300235..7cc702beacd 100644
--- a/mcs/class/monodoc/monodoc-net_4_x.csproj
+++ b/mcs/class/monodoc/monodoc-net_4_x.csproj
@@ -49,479 +49,479 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Analyzer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\ASCIIFoldingFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\BaseCharFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\CachingTokenFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\CharArraySet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\CharFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\CharReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\CharStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\CharTokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\ISOLatin1AccentFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\KeywordAnalyzer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\KeywordTokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\LengthFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\LetterTokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\LowerCaseFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\LowerCaseTokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\MappingCharFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\NormalizeCharMap.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\NumericTokenStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\PerFieldAnalyzerWrapper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\PorterStemFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\PorterStemmer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\SimpleAnalyzer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardAnalyzer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\StopAnalyzer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\StopFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\TeeSinkTokenFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Token.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\FlagsAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IFlagsAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IOffsetAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IPayloadAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IPositionIncrementAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\ITermAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\ITypeAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\OffsetAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\PayloadAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\PositionIncrementAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\TermAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\TypeAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\TokenFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\Tokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\TokenStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\WhitespaceAnalyzer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\WhitespaceTokenizer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Analysis\WordlistLoader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\AbstractField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\CompressionTools.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\DateField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\DateTools.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\Document.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\Field.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\Fieldable.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\FieldSelector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\FieldSelectorResult.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\LoadFirstFieldSelector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\MapFieldSelector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\NumberTools.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\NumericField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Document\SetBasedFieldSelector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\AbstractAllTermDocs.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\AllTermDocs.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\BufferedDeletes.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ByteBlockPool.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ByteSliceReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ByteSliceWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\CharBlockPool.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\CheckIndex.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\CompoundFileReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\CompoundFileWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ConcurrentMergeScheduler.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\CorruptIndexException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DefaultSkipListReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DefaultSkipListWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DirectoryReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocConsumerPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldConsumerPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldConsumerPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldConsumers.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldConsumersPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldConsumersPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldProcessor.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldProcessorPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocFieldProcessorPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocInverter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocInverterPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocInverterPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocumentsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\DocumentsWriterThreadState.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldInfo.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldInfos.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldInvertState.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldReaderException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldSortedTermVectorMapper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FieldsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FilterIndexReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsDocsConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsDocsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsFieldsConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsFieldsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsPositionsConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsPositionsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsTermsConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FormatPostingsTermsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FreqProxFieldMergeState.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FreqProxTermsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FreqProxTermsWriterPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\FreqProxTermsWriterPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexCommit.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexDeletionPolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexFileDeleter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexFileNameFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexFileNames.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\IntBlockPool.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\InvertedDocConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\InvertedDocConsumerPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\InvertedDocConsumerPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\InvertedDocEndConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\InvertedDocEndConsumerPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\InvertedDocEndConsumerPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\KeepOnlyLastCommitDeletionPolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\LogByteSizeMergePolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\LogDocMergePolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\LogMergePolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MergeDocIDRemapper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MergePolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MergeScheduler.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MultiLevelSkipListReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MultiLevelSkipListWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MultipleTermPositions.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\MultiReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\NormsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\NormsWriterPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\NormsWriterPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\Payload.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\PositionBasedTermVectorMapper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\RawPostingList.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ReadOnlyDirectoryReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ReadOnlySegmentReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\ReusableStringReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentInfo.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentMergeInfo.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentMergeQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentMerger.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentTermDocs.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentTermPositions.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentTermPositionVector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentTermVector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SegmentWriteState.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SerialMergeScheduler.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SnapshotDeletionPolicy.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\SortedTermVectorMapper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\StaleReaderException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\StoredFieldsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\StoredFieldsWriterPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\Term.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermBuffer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermDocs.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermFreqVector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermInfo.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermInfosReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermInfosWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermPositions.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermPositionVector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermsHash.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermsHashConsumer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermsHashConsumerPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermsHashConsumerPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermsHashPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermsHashPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorEntry.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorEntryFreqSortedComparator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorMapper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorOffsetInfo.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorsReader.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriterPerField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriterPerThread.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Index\TermVectorsWriter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\LucenePackage.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\LZOCompressor.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Messages\INLSException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Messages\Message.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Messages\MessageImpl.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Messages\NLS.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\CharStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\FastCharStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\MultiFieldQueryParser.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\ParseException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\QueryParser.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\QueryParserConstants.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\QueryParserTokenManager.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\Token.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\QueryParser\TokenMgrError.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\BooleanClause.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\BooleanQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\BooleanScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\BooleanScorer2.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\CachingSpanFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\CachingWrapperFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Collector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ComplexExplanation.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ConjunctionScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ConstantScoreQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\DefaultSimilarity.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\DisjunctionMaxQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\DisjunctionMaxScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\DisjunctionSumScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\DocIdSet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\DocIdSetIterator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ExactPhraseScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Explanation.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldCache.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldCacheRangeFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldCacheTermsFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldComparator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldComparatorSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldDoc.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldDocSortedHitQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FieldValueHitQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Filter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FilteredDocIdSet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FilteredDocIdSetIterator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FilteredQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FilteredTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FilterManager.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\ByteFieldSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreProvider.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\DocValues.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\FieldCacheSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\FieldScoreQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\FloatFieldSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\IntFieldSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\OrdFieldSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\ReverseOrdFieldSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\ShortFieldSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\ValueSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Function\ValueSourceQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FuzzyQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\FuzzyTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\HitQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\IndexSearcher.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\MatchAllDocsQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\MultiPhraseQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\MultiSearcher.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\MultiTermQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\MultiTermQueryWrapperFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\NumericRangeFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\NumericRangeQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ParallelMultiSearcher.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\AveragePayloadFunction.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\MaxPayloadFunction.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\MinPayloadFunction.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadFunction.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadNearQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadSpanUtil.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadTermQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PhrasePositions.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PhraseQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PhraseQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PhraseScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PositiveScoresOnlyCollector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PrefixFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PrefixQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\PrefixTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Query.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\QueryTermVector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\QueryWrapperFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ReqExclScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ReqOptSumScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ScoreCachingWrappingScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\ScoreDoc.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Scorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Searchable.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Searcher.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Similarity.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SimilarityDelegator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SingleTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SloppyPhraseScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Sort.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SortField.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SpanFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SpanFilterResult.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\SpanQueryFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\FieldMaskingSpanQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\NearSpansOrdered.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\NearSpansUnordered.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanFirstQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanNearQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanNotQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanOrQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\Spans.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanTermQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\SpanWeight.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Spans\TermSpans.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TermQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TermRangeFilter.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TermRangeQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TermRangeTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TermScorer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TimeLimitingCollector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TopDocs.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TopDocsCollector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TopFieldCollector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TopFieldDocs.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\TopScoreDocCollector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\Weight.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\WildcardQuery.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Search\WildcardTermEnum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\AlreadyClosedException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\BufferedIndexInput.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\BufferedIndexOutput.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\CheckSumIndexInput.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\CheckSumIndexOutput.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\Directory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\FileSwitchDirectory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\FSDirectory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\FSLockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\IndexInput.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\IndexOutput.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\Lock.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\LockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\LockObtainFailedException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\LockReleaseFailedException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\LockStressTest.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\LockVerifyServer.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\MMapDirectory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\NativeFSLockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\NIOFSDirectory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\NoLockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\NoSuchDirectoryException.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\RAMDirectory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\RAMFile.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\RAMInputStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\RAMOutputStream.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\SimpleFSDirectory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\SimpleFSLockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\SingleInstanceLockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Store\VerifyingLockFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\AppSettings.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\AttributeImplItem.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\BitSetSupport.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\BuildType.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Character.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\CloseableThreadLocalProfiler.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\CollectionsHelper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compare.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\ConcurrentDictionary.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\Func.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\ISet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\SetFactory.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\SortedSet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\ThreadLocal.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Compatibility\WrappedHashSet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\CRC32.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Cryptography.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Deflater.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Double.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\EquatableList.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\FileSupport.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\GeneralKeyedCollection.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\HashMap.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\IChecksum.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Inflater.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\IThreadRunnable.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Number.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\OS.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\SharpZipLib.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\Single.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\TextSupport.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\ThreadClass.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\ThreadLock.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Support\WeakDictionary.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\ArrayUtil.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\Attribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\AttributeSource.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\AverageGuessMemoryModel.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\BitUtil.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\BitVector.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\Cache\Cache.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\Cache\SimpleLRUCache.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\Cache\SimpleMapCache.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\CloseableThreadLocal.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\Constants.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\DocIdBitSet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\FieldCacheSanityChecker.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\IAttribute.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\IdentityDictionary.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\IndexableBinaryStringTools.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\MapOfSets.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\MemoryModel.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\NumericUtils.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\OpenBitSet.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\OpenBitSetDISI.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\OpenBitSetIterator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\PriorityQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\RamUsageEstimator.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\ReaderUtil.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\ScorerDocQueue.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\SimpleStringInterner.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\SmallFloat.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\SortedVIntList.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\SorterTemplate.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\StringHelper.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\StringInterner.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\ToStringUtils.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\UnicodeUtil.cs" />
- <Compile Include="..\..\..\external\Lucene.Net.Light\src\core\Util\Version.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="Mono.Documentation\ManifestResourceResolver.cs" />
- <Compile Include="Mono.Documentation\XmlDocUtils.cs" />
- <Compile Include="Mono.Utilities\colorizer.cs" />
- <Compile Include="Mono.Utilities\LRUCache.cs" />
- <Compile Include="Monodoc.Ecma\EcmaDesc.cs" />
- <Compile Include="Monodoc.Ecma\EcmaUrlParser.cs" />
- <Compile Include="Monodoc.Ecma\EcmaUrlTokenizer.cs" />
- <Compile Include="Monodoc\cache.cs" />
- <Compile Include="Monodoc\caches\FileCache.cs" />
- <Compile Include="Monodoc\caches\NullCache.cs" />
- <Compile Include="Monodoc\generator.cs" />
- <Compile Include="Monodoc\generators\html\Addin2Html.cs" />
- <Compile Include="Monodoc\generators\html\Ecma2Html.cs" />
- <Compile Include="Monodoc\generators\html\Ecmaspec2Html.cs" />
- <Compile Include="Monodoc\generators\html\Error2Html.cs" />
- <Compile Include="Monodoc\generators\html\Idem.cs" />
- <Compile Include="Monodoc\generators\html\Man2Html.cs" />
- <Compile Include="Monodoc\generators\html\MonoBook2Html.cs" />
- <Compile Include="Monodoc\generators\html\Toc2Html.cs" />
- <Compile Include="Monodoc\generators\HtmlGenerator.cs" />
- <Compile Include="Monodoc\generators\RawGenerator.cs" />
- <Compile Include="Monodoc\HelpSource.cs" />
- <Compile Include="Monodoc\HelpSource_Legacy.cs" />
- <Compile Include="Monodoc\index.cs" />
- <Compile Include="Monodoc\Node.cs" />
- <Compile Include="Monodoc\Node_Legacy.cs" />
- <Compile Include="Monodoc\Provider.cs" />
- <Compile Include="Monodoc\providers\addins-provider.cs" />
- <Compile Include="Monodoc\providers\EcmaDoc.cs" />
- <Compile Include="Monodoc\providers\ecma-provider.cs" />
- <Compile Include="Monodoc\providers\ecmaspec-provider.cs" />
- <Compile Include="Monodoc\providers\ecmauncompiled-provider.cs" />
- <Compile Include="Monodoc\providers\error-provider.cs" />
- <Compile Include="Monodoc\providers\man-provider.cs" />
- <Compile Include="Monodoc\providers\xhtml-provider.cs" />
- <Compile Include="Monodoc\RootTree.cs" />
- <Compile Include="Monodoc\RootTree_Legacy.cs" />
- <Compile Include="Monodoc\SearchableDocument.cs" />
- <Compile Include="Monodoc\SearchableIndex.cs" />
- <Compile Include="Monodoc\settings.cs" />
- <Compile Include="Monodoc\settings_Legacy.cs" />
- <Compile Include="Monodoc\storage.cs" />
- <Compile Include="Monodoc\storage\NullStorage.cs" />
- <Compile Include="Monodoc\storage\UncompiledDocStorage.cs" />
- <Compile Include="Monodoc\storage\ZipStorage.cs" />
- <Compile Include="Monodoc\Tree.cs" />
- <Compile Include="Monodoc\TypeUtils.cs" /> </ItemGroup>
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Analyzer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\ASCIIFoldingFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\BaseCharFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\CachingTokenFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\CharArraySet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\CharFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\CharReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\CharStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\CharTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\ISOLatin1AccentFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\KeywordAnalyzer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\KeywordTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\LengthFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\LetterTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\LowerCaseFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\LowerCaseTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\MappingCharFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\NormalizeCharMap.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\NumericTokenStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\PerFieldAnalyzerWrapper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\PorterStemFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\PorterStemmer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\SimpleAnalyzer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardAnalyzer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\StopAnalyzer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\StopFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\TeeSinkTokenFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Token.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\FlagsAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IFlagsAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IOffsetAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IPayloadAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\IPositionIncrementAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\ITermAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\ITypeAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\OffsetAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\PayloadAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\PositionIncrementAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\TermAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenattributes\TypeAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\TokenFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Tokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\TokenStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\WhitespaceAnalyzer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\WhitespaceTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\WordlistLoader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\AbstractField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\CompressionTools.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\DateField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\DateTools.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\Document.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\Field.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\Fieldable.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\FieldSelector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\FieldSelectorResult.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\LoadFirstFieldSelector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\MapFieldSelector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\NumberTools.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\NumericField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Document\SetBasedFieldSelector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\AbstractAllTermDocs.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\AllTermDocs.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\BufferedDeletes.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ByteBlockPool.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ByteSliceReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ByteSliceWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CharBlockPool.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CheckIndex.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ConcurrentMergeScheduler.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CorruptIndexException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DefaultSkipListReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DefaultSkipListWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DirectoryReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocConsumerPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldConsumerPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldConsumerPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldConsumers.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldConsumersPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldConsumersPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldProcessor.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldProcessorPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldProcessorPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocInverter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocInverterPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocInverterPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocumentsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocumentsWriterThreadState.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldInfo.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldInfos.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldInvertState.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldReaderException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldSortedTermVectorMapper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FilterIndexReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsDocsConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsDocsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsFieldsConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsFieldsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsPositionsConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsPositionsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsTermsConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsTermsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FreqProxFieldMergeState.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FreqProxTermsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FreqProxTermsWriterPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FreqProxTermsWriterPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexCommit.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexDeletionPolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexFileDeleter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexFileNameFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexFileNames.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IntBlockPool.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\InvertedDocConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\InvertedDocConsumerPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\InvertedDocConsumerPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\InvertedDocEndConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\InvertedDocEndConsumerPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\InvertedDocEndConsumerPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\KeepOnlyLastCommitDeletionPolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\LogByteSizeMergePolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\LogDocMergePolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\LogMergePolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MergeDocIDRemapper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MergePolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MergeScheduler.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultiLevelSkipListReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultiLevelSkipListWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultipleTermPositions.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultiReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\NormsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\NormsWriterPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\NormsWriterPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\Payload.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\PositionBasedTermVectorMapper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\RawPostingList.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ReadOnlyDirectoryReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ReadOnlySegmentReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ReusableStringReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfo.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMergeInfo.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMergeQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMerger.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentTermDocs.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentTermPositions.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentTermPositionVector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentTermVector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentWriteState.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SerialMergeScheduler.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SnapshotDeletionPolicy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SortedTermVectorMapper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\StaleReaderException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\StoredFieldsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\StoredFieldsWriterPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\Term.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermBuffer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermDocs.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermFreqVector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermInfo.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermInfosReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermInfosWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermPositions.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermPositionVector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermsHash.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermsHashConsumer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermsHashConsumerPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermsHashConsumerPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermsHashPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermsHashPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorEntry.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorEntryFreqSortedComparator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorMapper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorOffsetInfo.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsReader.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriterPerField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriterPerThread.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsWriter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\LucenePackage.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\LZOCompressor.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Messages\INLSException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Messages\Message.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Messages\MessageImpl.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Messages\NLS.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\CharStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\FastCharStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\MultiFieldQueryParser.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\ParseException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\QueryParser.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\QueryParserConstants.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\QueryParserTokenManager.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\Token.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\TokenMgrError.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\BooleanClause.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\BooleanQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\BooleanScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\BooleanScorer2.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\CachingSpanFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\CachingWrapperFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Collector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ComplexExplanation.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ConjunctionScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ConstantScoreQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DefaultSimilarity.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DisjunctionMaxQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DisjunctionMaxScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DisjunctionSumScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DocIdSet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DocIdSetIterator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ExactPhraseScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Explanation.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheRangeFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheTermsFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldComparator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldComparatorSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldDoc.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldDocSortedHitQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldValueHitQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Filter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FilteredDocIdSet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FilteredDocIdSetIterator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FilteredQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FilteredTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FilterManager.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\ByteFieldSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreProvider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\DocValues.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\FieldCacheSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\FieldScoreQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\FloatFieldSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\IntFieldSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\OrdFieldSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\ReverseOrdFieldSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\ShortFieldSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\ValueSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\ValueSourceQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FuzzyQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FuzzyTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\HitQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\IndexSearcher.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MatchAllDocsQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiPhraseQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiSearcher.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiTermQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiTermQueryWrapperFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\NumericRangeFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\NumericRangeQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ParallelMultiSearcher.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\AveragePayloadFunction.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\MaxPayloadFunction.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\MinPayloadFunction.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadFunction.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadNearQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadSpanUtil.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Payloads\PayloadTermQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PhrasePositions.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PhraseQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PhraseQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PhraseScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PositiveScoresOnlyCollector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PrefixFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PrefixQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PrefixTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Query.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\QueryTermVector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\QueryWrapperFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ReqExclScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ReqOptSumScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ScoreCachingWrappingScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\ScoreDoc.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Scorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Searchable.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Searcher.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Similarity.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SimilarityDelegator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SingleTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SloppyPhraseScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Sort.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SortField.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SpanFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SpanFilterResult.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\SpanQueryFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\FieldMaskingSpanQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\NearSpansOrdered.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\NearSpansUnordered.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanFirstQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanNearQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanNotQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanOrQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\Spans.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanTermQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\SpanWeight.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Spans\TermSpans.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermRangeFilter.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermRangeQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermRangeTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermScorer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TimeLimitingCollector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TopDocs.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TopDocsCollector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TopFieldCollector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TopFieldDocs.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TopScoreDocCollector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Weight.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\WildcardQuery.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Search\WildcardTermEnum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\AlreadyClosedException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\BufferedIndexInput.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\BufferedIndexOutput.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\CheckSumIndexInput.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\CheckSumIndexOutput.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\Directory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\FileSwitchDirectory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\FSDirectory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\FSLockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\IndexInput.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\IndexOutput.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\Lock.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\LockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\LockObtainFailedException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\LockReleaseFailedException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\LockStressTest.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\LockVerifyServer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\MMapDirectory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\NativeFSLockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\NIOFSDirectory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\NoLockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\NoSuchDirectoryException.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\RAMDirectory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\RAMFile.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\RAMInputStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\RAMOutputStream.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\SimpleFSDirectory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\SimpleFSLockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\SingleInstanceLockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Store\VerifyingLockFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\AppSettings.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\AttributeImplItem.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\BitSetSupport.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\BuildType.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Character.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\CloseableThreadLocalProfiler.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\CollectionsHelper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compare.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\ConcurrentDictionary.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\Func.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\ISet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\SetFactory.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\SortedSet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\ThreadLocal.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Compatibility\WrappedHashSet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\CRC32.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Cryptography.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Deflater.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Double.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\EquatableList.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\FileSupport.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\GeneralKeyedCollection.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\HashMap.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\IChecksum.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Inflater.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\IThreadRunnable.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Number.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\OS.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\SharpZipLib.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\Single.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\TextSupport.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\ThreadClass.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\ThreadLock.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Support\WeakDictionary.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\ArrayUtil.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\Attribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\AttributeSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\AverageGuessMemoryModel.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\BitUtil.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\BitVector.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\Cache\Cache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\Cache\SimpleLRUCache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\Cache\SimpleMapCache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\CloseableThreadLocal.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\Constants.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\DocIdBitSet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\FieldCacheSanityChecker.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\IAttribute.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\IdentityDictionary.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\IndexableBinaryStringTools.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\MapOfSets.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\MemoryModel.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\NumericUtils.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\OpenBitSet.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\OpenBitSetDISI.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\OpenBitSetIterator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\PriorityQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\RamUsageEstimator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\ReaderUtil.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\ScorerDocQueue.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\SimpleStringInterner.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\SmallFloat.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\SortedVIntList.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\SorterTemplate.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\StringHelper.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\StringInterner.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\ToStringUtils.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\UnicodeUtil.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Util\Version.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Mono.Documentation\ManifestResourceResolver.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Mono.Documentation\XmlDocUtils.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Mono.Utilities\colorizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Mono.Utilities\LRUCache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc.Ecma\EcmaDesc.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc.Ecma\EcmaUrlTokenizer.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc.Ecma\prebuilt\EcmaUrlParser.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\cache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\caches\FileCache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\caches\NullCache.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Addin2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Ecma2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Ecmaspec2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Error2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Idem.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Man2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\MonoBook2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\html\Toc2Html.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\HtmlGenerator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\generators\RawGenerator.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\HelpSource.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\HelpSource_Legacy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\index.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\Node.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\Node_Legacy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\Provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\addins-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\EcmaDoc.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\ecma-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\ecmaspec-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\ecmauncompiled-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\error-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\man-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\providers\xhtml-provider.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\RootTree.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\RootTree_Legacy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\SearchableDocument.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\SearchableIndex.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\settings.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\settings_Legacy.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\storage.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\storage\NullStorage.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\storage\UncompiledDocStorage.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\storage\ZipStorage.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\Tree.cs" />
+ <Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\TypeUtils.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -584,181 +584,181 @@ $(ProjectDir)\..\..\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(Proje
<EmbeddedResource Include="../../docs/monodoc.xml">
<LogicalName>monodoc.xml</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/base.css">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/base.css">
<LogicalName>base.css</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/ecmaspec-html-css.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/ecmaspec-html-css.xsl">
<LogicalName>ecmaspec-html-css.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/ecmaspec-html.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/ecmaspec-html.xsl">
<LogicalName>ecmaspec-html.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/ecmaspec.css">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/ecmaspec.css">
<LogicalName>ecmaspec.css</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/helper.js">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/helper.js">
<LogicalName>helper.js</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/home.html">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/home.html">
<LogicalName>home.html</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/Lminus.gif">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/Lminus.gif">
<LogicalName>Lminus.gif</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/Lplus.gif">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/Lplus.gif">
<LogicalName>Lplus.gif</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/creativecommons.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/creativecommons.png">
<LogicalName>creativecommons.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mdoc-html-format.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-html-format.xsl">
<LogicalName>mdoc-html-format.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mdoc-html-utils.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-html-utils.xsl">
<LogicalName>mdoc-html-utils.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mdoc-sections-css.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-sections-css.xsl">
<LogicalName>mdoc-sections-css.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mdoc-sections.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-sections.xsl">
<LogicalName>mdoc-sections.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mono-ecma-css.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma-css.xsl">
<LogicalName>mono-ecma-css.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mono-ecma-impl.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma-impl.xsl">
<LogicalName>mono-ecma-impl.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mono-ecma.css">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma.css">
<LogicalName>mono-ecma.css</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/mono-ecma.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma.xsl">
<LogicalName>mono-ecma.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/toc-html.xsl">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/toc-html.xsl">
<LogicalName>toc-html.xsl</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/bc_bg.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/bc_bg.png">
<LogicalName>bc_bg.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/bc_separator.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/bc_separator.png">
<LogicalName>bc_separator.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/error.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/error.png">
<LogicalName>error.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/hatch.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/hatch.png">
<LogicalName>hatch.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/headerbg.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/headerbg.png">
<LogicalName>headerbg.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/help.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/help.png">
<LogicalName>help.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/house.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/house.png">
<LogicalName>house.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/members.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/members.png">
<LogicalName>members.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/namespace.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/namespace.png">
<LogicalName>namespace.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privclass.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privclass.png">
<LogicalName>privclass.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privdelegate.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privdelegate.png">
<LogicalName>privdelegate.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privenumeration.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privenumeration.png">
<LogicalName>privenumeration.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privevent.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privevent.png">
<LogicalName>privevent.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privextension.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privextension.png">
<LogicalName>privextension.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privfield.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privfield.png">
<LogicalName>privfield.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privinterface.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privinterface.png">
<LogicalName>privinterface.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privmethod.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privmethod.png">
<LogicalName>privmethod.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privproperty.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privproperty.png">
<LogicalName>privproperty.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/privstructure.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privstructure.png">
<LogicalName>privstructure.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protclass.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protclass.png">
<LogicalName>protclass.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protdelegate.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protdelegate.png">
<LogicalName>protdelegate.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protenumeration.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protenumeration.png">
<LogicalName>protenumeration.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protevent.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protevent.png">
<LogicalName>protevent.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protextension.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protextension.png">
<LogicalName>protextension.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protfield.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protfield.png">
<LogicalName>protfield.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protinterface.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protinterface.png">
<LogicalName>protinterface.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protmethod.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protmethod.png">
<LogicalName>protmethod.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protproperty.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protproperty.png">
<LogicalName>protproperty.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/protstructure.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protstructure.png">
<LogicalName>protstructure.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubclass.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubclass.png">
<LogicalName>pubclass.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubdelegate.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubdelegate.png">
<LogicalName>pubdelegate.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubenumeration.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubenumeration.png">
<LogicalName>pubenumeration.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubevent.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubevent.png">
<LogicalName>pubevent.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubextension.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubextension.png">
<LogicalName>pubextension.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubfield.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubfield.png">
<LogicalName>pubfield.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubinterface.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubinterface.png">
<LogicalName>pubinterface.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubmethod.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubmethod.png">
<LogicalName>pubmethod.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubproperty.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubproperty.png">
<LogicalName>pubproperty.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/pubstructure.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubstructure.png">
<LogicalName>pubstructure.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/reference.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/reference.png">
<LogicalName>reference.png</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources/images/treebg.png">
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/treebg.png">
<LogicalName>treebg.png</LogicalName>
</EmbeddedResource>
</ItemGroup>