Lucene.Net-1.9.rc1.csproj
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:41k
源码类别:

搜索引擎

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{F04CA2F4-E182-46A8-B914-F46AF5319E83}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Lucene.Net"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "Lucene.Net"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "false"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "true"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "binDebug"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "false"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = "Lucene.Net.xml"
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "binRelease"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                     HintPath = "G:WINNTMicrosoft.NETFrameworkv1.0.3705System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Runtime.Remoting"
  74.                     AssemblyName = "System.Runtime.Remoting"
  75.                     HintPath = "D:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Runtime.Remoting.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Data"
  79.                     AssemblyName = "System.Data"
  80.                     HintPath = "........WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Data.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.XML"
  84.                     AssemblyName = "System.Xml"
  85.                     HintPath = "........WINDOWSMicrosoft.NETFrameworkv1.0.3705System.XML.dll"
  86.                 />
  87.             </References>
  88.         </Build>
  89.         <Files>
  90.             <Include>
  91.                 <File
  92.                     RelPath = "AssemblyInfo.cs"
  93.                     SubType = "Code"
  94.                     BuildAction = "Compile"
  95.                 />
  96.                 <File
  97.                     RelPath = "Lucene.Net.Search.RemoteSearchable.config"
  98.                     BuildAction = "None"
  99.                 />
  100.                 <File
  101.                     RelPath = "Lucene.Net.Search.TestSort.config"
  102.                     BuildAction = "None"
  103.                 />
  104.                 <File
  105.                     RelPath = "Lucene.Net.xml"
  106.                     BuildAction = "Content"
  107.                 />
  108.                 <File
  109.                     RelPath = "LucenePackage.cs"
  110.                     SubType = "Code"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "Overview.html"
  115.                     BuildAction = "Content"
  116.                 />
  117.                 <File
  118.                     RelPath = "Package.html"
  119.                     BuildAction = "Content"
  120.                 />
  121.                 <File
  122.                     RelPath = "SupportClass.cs"
  123.                     SubType = "Code"
  124.                     BuildAction = "Compile"
  125.                 />
  126.                 <File
  127.                     RelPath = "AnalysisAnalyzer.cs"
  128.                     SubType = "Code"
  129.                     BuildAction = "Compile"
  130.                 />
  131.                 <File
  132.                     RelPath = "AnalysisCharTokenizer.cs"
  133.                     SubType = "Code"
  134.                     BuildAction = "Compile"
  135.                 />
  136.                 <File
  137.                     RelPath = "AnalysisISOLatin1AccentFilter.cs"
  138.                     SubType = "Code"
  139.                     BuildAction = "Compile"
  140.                 />
  141.                 <File
  142.                     RelPath = "AnalysisKeywordAnalyzer.cs"
  143.                     SubType = "Code"
  144.                     BuildAction = "Compile"
  145.                 />
  146.                 <File
  147.                     RelPath = "AnalysisKeywordTokenizer.cs"
  148.                     SubType = "Code"
  149.                     BuildAction = "Compile"
  150.                 />
  151.                 <File
  152.                     RelPath = "AnalysisLengthFilter.cs"
  153.                     SubType = "Code"
  154.                     BuildAction = "Compile"
  155.                 />
  156.                 <File
  157.                     RelPath = "AnalysisLetterTokenizer.cs"
  158.                     SubType = "Code"
  159.                     BuildAction = "Compile"
  160.                 />
  161.                 <File
  162.                     RelPath = "AnalysisLowerCaseFilter.cs"
  163.                     SubType = "Code"
  164.                     BuildAction = "Compile"
  165.                 />
  166.                 <File
  167.                     RelPath = "AnalysisLowerCaseTokenizer.cs"
  168.                     SubType = "Code"
  169.                     BuildAction = "Compile"
  170.                 />
  171.                 <File
  172.                     RelPath = "AnalysisPackage.html"
  173.                     BuildAction = "Content"
  174.                 />
  175.                 <File
  176.                     RelPath = "AnalysisPerFieldAnalyzerWrapper.cs"
  177.                     SubType = "Code"
  178.                     BuildAction = "Compile"
  179.                 />
  180.                 <File
  181.                     RelPath = "AnalysisPorterStemFilter.cs"
  182.                     SubType = "Code"
  183.                     BuildAction = "Compile"
  184.                 />
  185.                 <File
  186.                     RelPath = "AnalysisPorterStemmer.cs"
  187.                     SubType = "Code"
  188.                     BuildAction = "Compile"
  189.                 />
  190.                 <File
  191.                     RelPath = "AnalysisSimpleAnalyzer.cs"
  192.                     SubType = "Code"
  193.                     BuildAction = "Compile"
  194.                 />
  195.                 <File
  196.                     RelPath = "AnalysisStopAnalyzer.cs"
  197.                     SubType = "Code"
  198.                     BuildAction = "Compile"
  199.                 />
  200.                 <File
  201.                     RelPath = "AnalysisStopFilter.cs"
  202.                     SubType = "Code"
  203.                     BuildAction = "Compile"
  204.                 />
  205.                 <File
  206.                     RelPath = "AnalysisToken.cs"
  207.                     SubType = "Code"
  208.                     BuildAction = "Compile"
  209.                 />
  210.                 <File
  211.                     RelPath = "AnalysisTokenFilter.cs"
  212.                     SubType = "Code"
  213.                     BuildAction = "Compile"
  214.                 />
  215.                 <File
  216.                     RelPath = "AnalysisTokenizer.cs"
  217.                     SubType = "Code"
  218.                     BuildAction = "Compile"
  219.                 />
  220.                 <File
  221.                     RelPath = "AnalysisTokenStream.cs"
  222.                     SubType = "Code"
  223.                     BuildAction = "Compile"
  224.                 />
  225.                 <File
  226.                     RelPath = "AnalysisWhitespaceAnalyzer.cs"
  227.                     SubType = "Code"
  228.                     BuildAction = "Compile"
  229.                 />
  230.                 <File
  231.                     RelPath = "AnalysisWhitespaceTokenizer.cs"
  232.                     SubType = "Code"
  233.                     BuildAction = "Compile"
  234.                 />
  235.                 <File
  236.                     RelPath = "AnalysisWordlistLoader.cs"
  237.                     SubType = "Code"
  238.                     BuildAction = "Compile"
  239.                 />
  240.                 <File
  241.                     RelPath = "AnalysisStandardCharStream.cs"
  242.                     SubType = "Code"
  243.                     BuildAction = "Compile"
  244.                 />
  245.                 <File
  246.                     RelPath = "AnalysisStandardFastCharStream.cs"
  247.                     SubType = "Code"
  248.                     BuildAction = "Compile"
  249.                 />
  250.                 <File
  251.                     RelPath = "AnalysisStandardPackage.html"
  252.                     BuildAction = "Content"
  253.                 />
  254.                 <File
  255.                     RelPath = "AnalysisStandardParseException.cs"
  256.                     SubType = "Code"
  257.                     BuildAction = "Compile"
  258.                 />
  259.                 <File
  260.                     RelPath = "AnalysisStandardStandardAnalyzer.cs"
  261.                     SubType = "Code"
  262.                     BuildAction = "Compile"
  263.                 />
  264.                 <File
  265.                     RelPath = "AnalysisStandardStandardFilter.cs"
  266.                     SubType = "Code"
  267.                     BuildAction = "Compile"
  268.                 />
  269.                 <File
  270.                     RelPath = "AnalysisStandardStandardTokenizer.cs"
  271.                     SubType = "Code"
  272.                     BuildAction = "Compile"
  273.                 />
  274.                 <File
  275.                     RelPath = "AnalysisStandardStandardTokenizer.jj"
  276.                     BuildAction = "None"
  277.                 />
  278.                 <File
  279.                     RelPath = "AnalysisStandardStandardTokenizerConstants.cs"
  280.                     SubType = "Code"
  281.                     BuildAction = "Compile"
  282.                 />
  283.                 <File
  284.                     RelPath = "AnalysisStandardStandardTokenizerTokenManager.cs"
  285.                     SubType = "Code"
  286.                     BuildAction = "Compile"
  287.                 />
  288.                 <File
  289.                     RelPath = "AnalysisStandardToken.cs"
  290.                     SubType = "Code"
  291.                     BuildAction = "Compile"
  292.                 />
  293.                 <File
  294.                     RelPath = "AnalysisStandardTokenMgrError.cs"
  295.                     SubType = "Code"
  296.                     BuildAction = "Compile"
  297.                 />
  298.                 <File
  299.                     RelPath = "DocumentDateField.cs"
  300.                     SubType = "Code"
  301.                     BuildAction = "Compile"
  302.                 />
  303.                 <File
  304.                     RelPath = "DocumentDateTools.cs"
  305.                     SubType = "Code"
  306.                     BuildAction = "Compile"
  307.                 />
  308.                 <File
  309.                     RelPath = "DocumentDocument.cs"
  310.                     SubType = "Code"
  311.                     BuildAction = "Compile"
  312.                 />
  313.                 <File
  314.                     RelPath = "DocumentField.cs"
  315.                     SubType = "Code"
  316.                     BuildAction = "Compile"
  317.                 />
  318.                 <File
  319.                     RelPath = "DocumentNumberTools.cs"
  320.                     SubType = "Code"
  321.                     BuildAction = "Compile"
  322.                 />
  323.                 <File
  324.                     RelPath = "DocumentPackage.html"
  325.                     BuildAction = "Content"
  326.                 />
  327.                 <File
  328.                     RelPath = "IndexCompoundFileReader.cs"
  329.                     SubType = "Code"
  330.                     BuildAction = "Compile"
  331.                 />
  332.                 <File
  333.                     RelPath = "IndexCompoundFileWriter.cs"
  334.                     SubType = "Code"
  335.                     BuildAction = "Compile"
  336.                 />
  337.                 <File
  338.                     RelPath = "IndexDocumentWriter.cs"
  339.                     SubType = "Code"
  340.                     BuildAction = "Compile"
  341.                 />
  342.                 <File
  343.                     RelPath = "IndexFieldInfo.cs"
  344.                     SubType = "Code"
  345.                     BuildAction = "Compile"
  346.                 />
  347.                 <File
  348.                     RelPath = "IndexFieldInfos.cs"
  349.                     SubType = "Code"
  350.                     BuildAction = "Compile"
  351.                 />
  352.                 <File
  353.                     RelPath = "IndexFieldsReader.cs"
  354.                     SubType = "Code"
  355.                     BuildAction = "Compile"
  356.                 />
  357.                 <File
  358.                     RelPath = "IndexFieldsWriter.cs"
  359.                     SubType = "Code"
  360.                     BuildAction = "Compile"
  361.                 />
  362.                 <File
  363.                     RelPath = "IndexFilterIndexReader.cs"
  364.                     SubType = "Code"
  365.                     BuildAction = "Compile"
  366.                 />
  367.                 <File
  368.                     RelPath = "IndexIndexFileNameFilter.cs"
  369.                     SubType = "Code"
  370.                     BuildAction = "Compile"
  371.                 />
  372.                 <File
  373.                     RelPath = "IndexIndexFileNames.cs"
  374.                     SubType = "Code"
  375.                     BuildAction = "Compile"
  376.                 />
  377.                 <File
  378.                     RelPath = "IndexIndexModifier.cs"
  379.                     SubType = "Code"
  380.                     BuildAction = "Compile"
  381.                 />
  382.                 <File
  383.                     RelPath = "IndexIndexReader.cs"
  384.                     SubType = "Code"
  385.                     BuildAction = "Compile"
  386.                 />
  387.                 <File
  388.                     RelPath = "IndexIndexWriter.cs"
  389.                     SubType = "Code"
  390.                     BuildAction = "Compile"
  391.                 />
  392.                 <File
  393.                     RelPath = "IndexMultipleTermPositions.cs"
  394.                     SubType = "Code"
  395.                     BuildAction = "Compile"
  396.                 />
  397.                 <File
  398.                     RelPath = "IndexMultiReader.cs"
  399.                     SubType = "Code"
  400.                     BuildAction = "Compile"
  401.                 />
  402.                 <File
  403.                     RelPath = "IndexPackage.html"
  404.                     BuildAction = "Content"
  405.                 />
  406.                 <File
  407.                     RelPath = "IndexParallelReader.cs"
  408.                     SubType = "Code"
  409.                     BuildAction = "Compile"
  410.                 />
  411.                 <File
  412.                     RelPath = "IndexSegmentInfo.cs"
  413.                     SubType = "Code"
  414.                     BuildAction = "Compile"
  415.                 />
  416.                 <File
  417.                     RelPath = "IndexSegmentInfos.cs"
  418.                     SubType = "Code"
  419.                     BuildAction = "Compile"
  420.                 />
  421.                 <File
  422.                     RelPath = "IndexSegmentMergeInfo.cs"
  423.                     SubType = "Code"
  424.                     BuildAction = "Compile"
  425.                 />
  426.                 <File
  427.                     RelPath = "IndexSegmentMergeQueue.cs"
  428.                     SubType = "Code"
  429.                     BuildAction = "Compile"
  430.                 />
  431.                 <File
  432.                     RelPath = "IndexSegmentMerger.cs"
  433.                     SubType = "Code"
  434.                     BuildAction = "Compile"
  435.                 />
  436.                 <File
  437.                     RelPath = "IndexSegmentReader.cs"
  438.                     SubType = "Code"
  439.                     BuildAction = "Compile"
  440.                 />
  441.                 <File
  442.                     RelPath = "IndexSegmentTermDocs.cs"
  443.                     SubType = "Code"
  444.                     BuildAction = "Compile"
  445.                 />
  446.                 <File
  447.                     RelPath = "IndexSegmentTermEnum.cs"
  448.                     SubType = "Code"
  449.                     BuildAction = "Compile"
  450.                 />
  451.                 <File
  452.                     RelPath = "IndexSegmentTermPositions.cs"
  453.                     SubType = "Code"
  454.                     BuildAction = "Compile"
  455.                 />
  456.                 <File
  457.                     RelPath = "IndexSegmentTermPositionVector.cs"
  458.                     SubType = "Code"
  459.                     BuildAction = "Compile"
  460.                 />
  461.                 <File
  462.                     RelPath = "IndexSegmentTermVector.cs"
  463.                     SubType = "Code"
  464.                     BuildAction = "Compile"
  465.                 />
  466.                 <File
  467.                     RelPath = "IndexTerm.cs"
  468.                     SubType = "Code"
  469.                     BuildAction = "Compile"
  470.                 />
  471.                 <File
  472.                     RelPath = "IndexTermBuffer.cs"
  473.                     SubType = "Code"
  474.                     BuildAction = "Compile"
  475.                 />
  476.                 <File
  477.                     RelPath = "IndexTermDocs.cs"
  478.                     SubType = "Code"
  479.                     BuildAction = "Compile"
  480.                 />
  481.                 <File
  482.                     RelPath = "IndexTermEnum.cs"
  483.                     SubType = "Code"
  484.                     BuildAction = "Compile"
  485.                 />
  486.                 <File
  487.                     RelPath = "IndexTermFreqVector.cs"
  488.                     SubType = "Code"
  489.                     BuildAction = "Compile"
  490.                 />
  491.                 <File
  492.                     RelPath = "IndexTermInfo.cs"
  493.                     SubType = "Code"
  494.                     BuildAction = "Compile"
  495.                 />
  496.                 <File
  497.                     RelPath = "IndexTermInfosReader.cs"
  498.                     SubType = "Code"
  499.                     BuildAction = "Compile"
  500.                 />
  501.                 <File
  502.                     RelPath = "IndexTermInfosWriter.cs"
  503.                     SubType = "Code"
  504.                     BuildAction = "Compile"
  505.                 />
  506.                 <File
  507.                     RelPath = "IndexTermPositions.cs"
  508.                     SubType = "Code"
  509.                     BuildAction = "Compile"
  510.                 />
  511.                 <File
  512.                     RelPath = "IndexTermPositionVector.cs"
  513.                     SubType = "Code"
  514.                     BuildAction = "Compile"
  515.                 />
  516.                 <File
  517.                     RelPath = "IndexTermVectorOffsetInfo.cs"
  518.                     SubType = "Code"
  519.                     BuildAction = "Compile"
  520.                 />
  521.                 <File
  522.                     RelPath = "IndexTermVectorsReader.cs"
  523.                     SubType = "Code"
  524.                     BuildAction = "Compile"
  525.                 />
  526.                 <File
  527.                     RelPath = "IndexTermVectorsWriter.cs"
  528.                     SubType = "Code"
  529.                     BuildAction = "Compile"
  530.                 />
  531.                 <File
  532.                     RelPath = "QueryParserCharStream.cs"
  533.                     SubType = "Code"
  534.                     BuildAction = "Compile"
  535.                 />
  536.                 <File
  537.                     RelPath = "QueryParserFastCharStream.cs"
  538.                     SubType = "Code"
  539.                     BuildAction = "Compile"
  540.                 />
  541.                 <File
  542.                     RelPath = "QueryParserMultiFieldQueryParser.cs"
  543.                     SubType = "Code"
  544.                     BuildAction = "Compile"
  545.                 />
  546.                 <File
  547.                     RelPath = "QueryParserPackage.html"
  548.                     BuildAction = "Content"
  549.                 />
  550.                 <File
  551.                     RelPath = "QueryParserParseException.cs"
  552.                     SubType = "Code"
  553.                     BuildAction = "Compile"
  554.                 />
  555.                 <File
  556.                     RelPath = "QueryParserQueryParser.cs"
  557.                     SubType = "Code"
  558.                     BuildAction = "Compile"
  559.                 />
  560.                 <File
  561.                     RelPath = "QueryParserQueryParser.jj"
  562.                     BuildAction = "None"
  563.                 />
  564.                 <File
  565.                     RelPath = "QueryParserQueryParserConstants.cs"
  566.                     SubType = "Code"
  567.                     BuildAction = "Compile"
  568.                 />
  569.                 <File
  570.                     RelPath = "QueryParserQueryParserTokenManager.cs"
  571.                     SubType = "Code"
  572.                     BuildAction = "Compile"
  573.                 />
  574.                 <File
  575.                     RelPath = "QueryParserToken.cs"
  576.                     SubType = "Code"
  577.                     BuildAction = "Compile"
  578.                 />
  579.                 <File
  580.                     RelPath = "QueryParserTokenMgrError.cs"
  581.                     SubType = "Code"
  582.                     BuildAction = "Compile"
  583.                 />
  584.                 <File
  585.                     RelPath = "SearchBooleanClause.cs"
  586.                     SubType = "Code"
  587.                     BuildAction = "Compile"
  588.                 />
  589.                 <File
  590.                     RelPath = "SearchBooleanQuery.cs"
  591.                     SubType = "Code"
  592.                     BuildAction = "Compile"
  593.                 />
  594.                 <File
  595.                     RelPath = "SearchBooleanScorer.cs"
  596.                     SubType = "Code"
  597.                     BuildAction = "Compile"
  598.                 />
  599.                 <File
  600.                     RelPath = "SearchBooleanScorer2.cs"
  601.                     SubType = "Code"
  602.                     BuildAction = "Compile"
  603.                 />
  604.                 <File
  605.                     RelPath = "SearchCachingWrapperFilter.cs"
  606.                     SubType = "Code"
  607.                     BuildAction = "Compile"
  608.                 />
  609.                 <File
  610.                     RelPath = "SearchConjunctionScorer.cs"
  611.                     SubType = "Code"
  612.                     BuildAction = "Compile"
  613.                 />
  614.                 <File
  615.                     RelPath = "SearchConstantScoreQuery.cs"
  616.                     SubType = "Code"
  617.                     BuildAction = "Compile"
  618.                 />
  619.                 <File
  620.                     RelPath = "SearchConstantScoreRangeQuery.cs"
  621.                     SubType = "Code"
  622.                     BuildAction = "Compile"
  623.                 />
  624.                 <File
  625.                     RelPath = "SearchDateFilter.cs"
  626.                     SubType = "Code"
  627.                     BuildAction = "Compile"
  628.                 />
  629.                 <File
  630.                     RelPath = "SearchDefaultSimilarity.cs"
  631.                     SubType = "Code"
  632.                     BuildAction = "Compile"
  633.                 />
  634.                 <File
  635.                     RelPath = "SearchDisjunctionMaxQuery.cs"
  636.                     SubType = "Code"
  637.                     BuildAction = "Compile"
  638.                 />
  639.                 <File
  640.                     RelPath = "SearchDisjunctionMaxScorer.cs"
  641.                     SubType = "Code"
  642.                     BuildAction = "Compile"
  643.                 />
  644.                 <File
  645.                     RelPath = "SearchDisjunctionSumScorer.cs"
  646.                     SubType = "Code"
  647.                     BuildAction = "Compile"
  648.                 />
  649.                 <File
  650.                     RelPath = "SearchExactPhraseScorer.cs"
  651.                     SubType = "Code"
  652.                     BuildAction = "Compile"
  653.                 />
  654.                 <File
  655.                     RelPath = "SearchExplanation.cs"
  656.                     SubType = "Code"
  657.                     BuildAction = "Compile"
  658.                 />
  659.                 <File
  660.                     RelPath = "SearchFieldCache.cs"
  661.                     SubType = "Code"
  662.                     BuildAction = "Compile"
  663.                 />
  664.                 <File
  665.                     RelPath = "SearchFieldCacheImpl.cs"
  666.                     SubType = "Code"
  667.                     BuildAction = "Compile"
  668.                 />
  669.                 <File
  670.                     RelPath = "SearchFieldDoc.cs"
  671.                     SubType = "Code"
  672.                     BuildAction = "Compile"
  673.                 />
  674.                 <File
  675.                     RelPath = "SearchFieldDocSortedHitQueue.cs"
  676.                     SubType = "Code"
  677.                     BuildAction = "Compile"
  678.                 />
  679.                 <File
  680.                     RelPath = "SearchFieldSortedHitQueue.cs"
  681.                     SubType = "Code"
  682.                     BuildAction = "Compile"
  683.                 />
  684.                 <File
  685.                     RelPath = "SearchFilter.cs"
  686.                     SubType = "Code"
  687.                     BuildAction = "Compile"
  688.                 />
  689.                 <File
  690.                     RelPath = "SearchFilteredQuery.cs"
  691.                     SubType = "Code"
  692.                     BuildAction = "Compile"
  693.                 />
  694.                 <File
  695.                     RelPath = "SearchFilteredTermEnum.cs"
  696.                     SubType = "Code"
  697.                     BuildAction = "Compile"
  698.                 />
  699.                 <File
  700.                     RelPath = "SearchFuzzyQuery.cs"
  701.                     SubType = "Code"
  702.                     BuildAction = "Compile"
  703.                 />
  704.                 <File
  705.                     RelPath = "SearchFuzzyTermEnum.cs"
  706.                     SubType = "Code"
  707.                     BuildAction = "Compile"
  708.                 />
  709.                 <File
  710.                     RelPath = "SearchHit.cs"
  711.                     SubType = "Code"
  712.                     BuildAction = "Compile"
  713.                 />
  714.                 <File
  715.                     RelPath = "SearchHitCollector.cs"
  716.                     SubType = "Code"
  717.                     BuildAction = "Compile"
  718.                 />
  719.                 <File
  720.                     RelPath = "SearchHitIterator.cs"
  721.                     SubType = "Code"
  722.                     BuildAction = "Compile"
  723.                 />
  724.                 <File
  725.                     RelPath = "SearchHitQueue.cs"
  726.                     SubType = "Code"
  727.                     BuildAction = "Compile"
  728.                 />
  729.                 <File
  730.                     RelPath = "SearchHits.cs"
  731.                     SubType = "Code"
  732.                     BuildAction = "Compile"
  733.                 />
  734.                 <File
  735.                     RelPath = "SearchIndexSearcher.cs"
  736.                     SubType = "Code"
  737.                     BuildAction = "Compile"
  738.                 />
  739.                 <File
  740.                     RelPath = "SearchMatchAllDocsQuery.cs"
  741.                     SubType = "Code"
  742.                     BuildAction = "Compile"
  743.                 />
  744.                 <File
  745.                     RelPath = "SearchMultiPhraseQuery.cs"
  746.                     SubType = "Code"
  747.                     BuildAction = "Compile"
  748.                 />
  749.                 <File
  750.                     RelPath = "SearchMultiSearcher.cs"
  751.                     SubType = "Code"
  752.                     BuildAction = "Compile"
  753.                 />
  754.                 <File
  755.                     RelPath = "SearchMultiTermQuery.cs"
  756.                     SubType = "Code"
  757.                     BuildAction = "Compile"
  758.                 />
  759.                 <File
  760.                     RelPath = "SearchNonMatchingScorer.cs"
  761.                     SubType = "Code"
  762.                     BuildAction = "Compile"
  763.                 />
  764.                 <File
  765.                     RelPath = "SearchPackage.html"
  766.                     BuildAction = "Content"
  767.                 />
  768.                 <File
  769.                     RelPath = "SearchParallelMultiSearcher.cs"
  770.                     SubType = "Code"
  771.                     BuildAction = "Compile"
  772.                 />
  773.                 <File
  774.                     RelPath = "SearchPhrasePositions.cs"
  775.                     SubType = "Code"
  776.                     BuildAction = "Compile"
  777.                 />
  778.                 <File
  779.                     RelPath = "SearchPhrasePrefixQuery.cs"
  780.                     SubType = "Code"
  781.                     BuildAction = "Compile"
  782.                 />
  783.                 <File
  784.                     RelPath = "SearchPhraseQuery.cs"
  785.                     SubType = "Code"
  786.                     BuildAction = "Compile"
  787.                 />
  788.                 <File
  789.                     RelPath = "SearchPhraseQueue.cs"
  790.                     SubType = "Code"
  791.                     BuildAction = "Compile"
  792.                 />
  793.                 <File
  794.                     RelPath = "SearchPhraseScorer.cs"
  795.                     SubType = "Code"
  796.                     BuildAction = "Compile"
  797.                 />
  798.                 <File
  799.                     RelPath = "SearchPrefixQuery.cs"
  800.                     SubType = "Code"
  801.                     BuildAction = "Compile"
  802.                 />
  803.                 <File
  804.                     RelPath = "SearchQuery.cs"
  805.                     SubType = "Code"
  806.                     BuildAction = "Compile"
  807.                 />
  808.                 <File
  809.                     RelPath = "SearchQueryFilter.cs"
  810.                     SubType = "Code"
  811.                     BuildAction = "Compile"
  812.                 />
  813.                 <File
  814.                     RelPath = "SearchQueryTermVector.cs"
  815.                     SubType = "Code"
  816.                     BuildAction = "Compile"
  817.                 />
  818.                 <File
  819.                     RelPath = "SearchRangeFilter.cs"
  820.                     SubType = "Code"
  821.                     BuildAction = "Compile"
  822.                 />
  823.                 <File
  824.                     RelPath = "SearchRangeQuery.cs"
  825.                     SubType = "Code"
  826.                     BuildAction = "Compile"
  827.                 />
  828.                 <File
  829.                     RelPath = "SearchRemoteSearchable.cs"
  830.                     SubType = "Code"
  831.                     BuildAction = "Compile"
  832.                 />
  833.                 <File
  834.                     RelPath = "SearchReqExclScorer.cs"
  835.                     SubType = "Code"
  836.                     BuildAction = "Compile"
  837.                 />
  838.                 <File
  839.                     RelPath = "SearchReqOptSumScorer.cs"
  840.                     SubType = "Code"
  841.                     BuildAction = "Compile"
  842.                 />
  843.                 <File
  844.                     RelPath = "SearchScoreDoc.cs"
  845.                     SubType = "Code"
  846.                     BuildAction = "Compile"
  847.                 />
  848.                 <File
  849.                     RelPath = "SearchScoreDocComparator.cs"
  850.                     SubType = "Code"
  851.                     BuildAction = "Compile"
  852.                 />
  853.                 <File
  854.                     RelPath = "SearchScorer.cs"
  855.                     SubType = "Code"
  856.                     BuildAction = "Compile"
  857.                 />
  858.                 <File
  859.                     RelPath = "SearchSearchable.cs"
  860.                     SubType = "Code"
  861.                     BuildAction = "Compile"
  862.                 />
  863.                 <File
  864.                     RelPath = "SearchSearcher.cs"
  865.                     SubType = "Code"
  866.                     BuildAction = "Compile"
  867.                 />
  868.                 <File
  869.                     RelPath = "SearchSimilarity.cs"
  870.                     SubType = "Code"
  871.                     BuildAction = "Compile"
  872.                 />
  873.                 <File
  874.                     RelPath = "SearchSimilarityDelegator.cs"
  875.                     SubType = "Code"
  876.                     BuildAction = "Compile"
  877.                 />
  878.                 <File
  879.                     RelPath = "SearchSloppyPhraseScorer.cs"
  880.                     SubType = "Code"
  881.                     BuildAction = "Compile"
  882.                 />
  883.                 <File
  884.                     RelPath = "SearchSort.cs"
  885.                     SubType = "Code"
  886.                     BuildAction = "Compile"
  887.                 />
  888.                 <File
  889.                     RelPath = "SearchSortComparator.cs"
  890.                     SubType = "Code"
  891.                     BuildAction = "Compile"
  892.                 />
  893.                 <File
  894.                     RelPath = "SearchSortComparatorSource.cs"
  895.                     SubType = "Code"
  896.                     BuildAction = "Compile"
  897.                 />
  898.                 <File
  899.                     RelPath = "SearchSortField.cs"
  900.                     SubType = "Code"
  901.                     BuildAction = "Compile"
  902.                 />
  903.                 <File
  904.                     RelPath = "SearchTermQuery.cs"
  905.                     SubType = "Code"
  906.                     BuildAction = "Compile"
  907.                 />
  908.                 <File
  909.                     RelPath = "SearchTermScorer.cs"
  910.                     SubType = "Code"
  911.                     BuildAction = "Compile"
  912.                 />
  913.                 <File
  914.                     RelPath = "SearchTopDocs.cs"
  915.                     SubType = "Code"
  916.                     BuildAction = "Compile"
  917.                 />
  918.                 <File
  919.                     RelPath = "SearchTopFieldDocs.cs"
  920.                     SubType = "Code"
  921.                     BuildAction = "Compile"
  922.                 />
  923.                 <File
  924.                     RelPath = "SearchWeight.cs"
  925.                     SubType = "Code"
  926.                     BuildAction = "Compile"
  927.                 />
  928.                 <File
  929.                     RelPath = "SearchWildcardQuery.cs"
  930.                     SubType = "Code"
  931.                     BuildAction = "Compile"
  932.                 />
  933.                 <File
  934.                     RelPath = "SearchWildcardTermEnum.cs"
  935.                     SubType = "Code"
  936.                     BuildAction = "Compile"
  937.                 />
  938.                 <File
  939.                     RelPath = "SearchRegexRegexQuery.cs"
  940.                     SubType = "Code"
  941.                     BuildAction = "Compile"
  942.                 />
  943.                 <File
  944.                     RelPath = "SearchRegexRegexTermEnum.cs"
  945.                     SubType = "Code"
  946.                     BuildAction = "Compile"
  947.                 />
  948.                 <File
  949.                     RelPath = "SearchRegexSpanRegexQuery.cs"
  950.                     SubType = "Code"
  951.                     BuildAction = "Compile"
  952.                 />
  953.                 <File
  954.                     RelPath = "SearchSpansNearSpans.cs"
  955.                     SubType = "Code"
  956.                     BuildAction = "Compile"
  957.                 />
  958.                 <File
  959.                     RelPath = "SearchSpansPackage.html"
  960.                     BuildAction = "Content"
  961.                 />
  962.                 <File
  963.                     RelPath = "SearchSpansSpanFirstQuery.cs"
  964.                     SubType = "Code"
  965.                     BuildAction = "Compile"
  966.                 />
  967.                 <File
  968.                     RelPath = "SearchSpansSpanNearQuery.cs"
  969.                     SubType = "Code"
  970.                     BuildAction = "Compile"
  971.                 />
  972.                 <File
  973.                     RelPath = "SearchSpansSpanNotQuery.cs"
  974.                     SubType = "Code"
  975.                     BuildAction = "Compile"
  976.                 />
  977.                 <File
  978.                     RelPath = "SearchSpansSpanOrQuery.cs"
  979.                     SubType = "Code"
  980.                     BuildAction = "Compile"
  981.                 />
  982.                 <File
  983.                     RelPath = "SearchSpansSpanQuery.cs"
  984.                     SubType = "Code"
  985.                     BuildAction = "Compile"
  986.                 />
  987.                 <File
  988.                     RelPath = "SearchSpansSpans.cs"
  989.                     SubType = "Code"
  990.                     BuildAction = "Compile"
  991.                 />
  992.                 <File
  993.                     RelPath = "SearchSpansSpanScorer.cs"
  994.                     SubType = "Code"
  995.                     BuildAction = "Compile"
  996.                 />
  997.                 <File
  998.                     RelPath = "SearchSpansSpanTermQuery.cs"
  999.                     SubType = "Code"
  1000.                     BuildAction = "Compile"
  1001.                 />
  1002.                 <File
  1003.                     RelPath = "SearchSpansSpanWeight.cs"
  1004.                     SubType = "Code"
  1005.                     BuildAction = "Compile"
  1006.                 />
  1007.                 <File
  1008.                     RelPath = "StoreBufferedIndexInput.cs"
  1009.                     SubType = "Code"
  1010.                     BuildAction = "Compile"
  1011.                 />
  1012.                 <File
  1013.                     RelPath = "StoreBufferedIndexOutput.cs"
  1014.                     SubType = "Code"
  1015.                     BuildAction = "Compile"
  1016.                 />
  1017.                 <File
  1018.                     RelPath = "StoreDirectory.cs"
  1019.                     SubType = "Code"
  1020.                     BuildAction = "Compile"
  1021.                 />
  1022.                 <File
  1023.                     RelPath = "StoreFSDirectory.cs"
  1024.                     SubType = "Code"
  1025.                     BuildAction = "Compile"
  1026.                 />
  1027.                 <File
  1028.                     RelPath = "StoreIndexInput.cs"
  1029.                     SubType = "Code"
  1030.                     BuildAction = "Compile"
  1031.                 />
  1032.                 <File
  1033.                     RelPath = "StoreIndexOutput.cs"
  1034.                     SubType = "Code"
  1035.                     BuildAction = "Compile"
  1036.                 />
  1037.                 <File
  1038.                     RelPath = "StoreInputStream.cs"
  1039.                     SubType = "Code"
  1040.                     BuildAction = "Compile"
  1041.                 />
  1042.                 <File
  1043.                     RelPath = "StoreLock.cs"
  1044.                     SubType = "Code"
  1045.                     BuildAction = "Compile"
  1046.                 />
  1047.                 <File
  1048.                     RelPath = "StoreMMapDirectory.cs"
  1049.                     SubType = "Code"
  1050.                     BuildAction = "Compile"
  1051.                 />
  1052.                 <File
  1053.                     RelPath = "StoreOutputStream.cs"
  1054.                     SubType = "Code"
  1055.                     BuildAction = "Compile"
  1056.                 />
  1057.                 <File
  1058.                     RelPath = "StorePackage.html"
  1059.                     BuildAction = "Content"
  1060.                 />
  1061.                 <File
  1062.                     RelPath = "StoreRAMDirectory.cs"
  1063.                     SubType = "Code"
  1064.                     BuildAction = "Compile"
  1065.                 />
  1066.                 <File
  1067.                     RelPath = "StoreRAMFile.cs"
  1068.                     SubType = "Code"
  1069.                     BuildAction = "Compile"
  1070.                 />
  1071.                 <File
  1072.                     RelPath = "StoreRAMInputStream.cs"
  1073.                     SubType = "Code"
  1074.                     BuildAction = "Compile"
  1075.                 />
  1076.                 <File
  1077.                     RelPath = "StoreRAMOutputStream.cs"
  1078.                     SubType = "Code"
  1079.                     BuildAction = "Compile"
  1080.                 />
  1081.                 <File
  1082.                     RelPath = "UtilBitVector.cs"
  1083.                     SubType = "Code"
  1084.                     BuildAction = "Compile"
  1085.                 />
  1086.                 <File
  1087.                     RelPath = "UtilConstants.cs"
  1088.                     SubType = "Code"
  1089.                     BuildAction = "Compile"
  1090.                 />
  1091.                 <File
  1092.                     RelPath = "UtilPackage.html"
  1093.                     BuildAction = "Content"
  1094.                 />
  1095.                 <File
  1096.                     RelPath = "UtilParameter.cs"
  1097.                     SubType = "Code"
  1098.                     BuildAction = "Compile"
  1099.                 />
  1100.                 <File
  1101.                     RelPath = "UtilPriorityQueue.cs"
  1102.                     SubType = "Code"
  1103.                     BuildAction = "Compile"
  1104.                 />
  1105.                 <File
  1106.                     RelPath = "UtilSmallFloat.cs"
  1107.                     SubType = "Code"
  1108.                     BuildAction = "Compile"
  1109.                 />
  1110.                 <File
  1111.                     RelPath = "UtilStringHelper.cs"
  1112.                     SubType = "Code"
  1113.                     BuildAction = "Compile"
  1114.                 />
  1115.                 <File
  1116.                     RelPath = "UtilToStringUtils.cs"
  1117.                     SubType = "Code"
  1118.                     BuildAction = "Compile"
  1119.                 />
  1120.             </Include>
  1121.         </Files>
  1122.     </CSHARP>
  1123. </VisualStudioProject>